Package org.bioinfo.ngs.qc.qualimap.gui.utils

Examples of org.bioinfo.ngs.qc.qualimap.gui.utils.StringUtilsSwing.formatInteger()


                        + sdf.formatDecimal(readMeanSize));

        if (numSelectedRegions == 0) {

            globals.addRow("Clipped reads",
                        sdf.formatInteger(numClippedReads) + " / " +
                        sdf.formatPercentage(getPercentageClippedReads()));
            globals.addRow("Duplication rate", sdf.formatPercentage(duplicationRate));
        }

View Full Code Here


                        sdf.formatLong(numCorrectStrandReads) + " / " +
                        sdf.formatPercentage(percentageCorrectStrandReads) );


                globalsInRegions.addRow("Clipped reads",
                                    sdf.formatInteger(numClippedReads) + " / " +
                                    sdf.formatPercentage(getPercentageClippedReads()));
                globalsInRegions.addRow("Duplication rate", sdf.formatPercentage(duplicationRate));

            }
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.