Examples of activateComparison()


Examples of org.bioinfo.ngs.qc.qualimap.process.CountsQcAnalysis.activateComparison()

        countsAnalysis.setConditionNames(cMap);

        countsAnalysis.setThreshold( k );

        if (compareConditions) {
            countsAnalysis.activateComparison();
        }

        if (!infoFile.isEmpty()) {
            countsAnalysis.setInfoFilePath(infoFile);
        }
View Full Code Here

Examples of org.bioinfo.ngs.qc.qualimap.process.CountsQcAnalysis.activateComparison()

        countsAnalysis.setThreshold( settingsDlg.getCountsThreshold() );
        countsAnalysis.setConditionNamessettingsDlg.getConditionsMap() );

        if (settingsDlg.performComparison()) {
            countsAnalysis.activateComparison();
        }

        boolean  includeInfoFile = settingsDlg.annotationIsProvided();
        if (includeInfoFile) {
            String infoFilePath;
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.