Package org.bioinfo.ngs.qc.qualimap.common

Examples of org.bioinfo.ngs.qc.qualimap.common.ReadStartsHistogram


    // others   
    maxCoverageQuota = 50;
    numberOfProcessedWindows = 0;
        numberOfInitializedWindows = 0;

        readStartsHistogram =  new ReadStartsHistogram();

        warnings = new HashMap<String, String>() ;
   
  }
View Full Code Here

TOP

Related Classes of org.bioinfo.ngs.qc.qualimap.common.ReadStartsHistogram

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.