Examples of acumMappingQuality()


Examples of org.bioinfo.ngs.qc.qualimap.beans.SingleReadData.acumMappingQuality()

                // aligned bases
                readData.numberOfMappedBases++;

                if (nucleotide != '-' && nucleotide != 'N') {
                    // mapping quality
                    readData.acumMappingQuality(relative, mappingQuality);
                    // base stats
                    readData.acumBase(relative, nucleotide);
                }

            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.