Package bnGUI.venn.db

Examples of bnGUI.venn.db.GeneOntologyReaderModel.loadFromFile()


    public IVennDataModel loadGOMiner(String groupFile, String geneList )
    throws IOException, FileFormatException
    {
        lastWorkingPath = geneList;
        GeneOntologyReaderModel gor = new GeneOntologyReaderModel();
        gor.loadFromFile(groupFile,geneList);
    fileName = new File(groupFile).getName() + " : " + new File(geneList).getName();
    sourceType = SourceType.GO;
    sourceDataModel = gor;
    return gor;
    }
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.