Package bnGUI.venn.db

Examples of bnGUI.venn.db.EasyGeneFilter$Parameters


        super(name);
    }
   
    protected void setUp()
    {
        EasyGeneFilter geneFilter = new EasyGeneFilter();
        EasyGeneFilter.Parameters params = geneFilter.getParameters();
        params.maxPValue = 0.05;
        params.minTotal  = 30;
       
        geneFilter.setParameters(params);
        /*
        model = new GeneOntologyReaderModel();       
        try {
            //model.loadFromFile("examples/Bach_GO-Categorylist.txt","examples/Bach_GO-Genelist.txt",geneFilter);
            model.loadFromFile("examples/1b-2 hoch summary.txt","examples/1b-2 hoch genes.txt",geneFilter);
View Full Code Here

TOP

Related Classes of bnGUI.venn.db.EasyGeneFilter$Parameters

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.