Examples of HTGeneOntologyReaderModel


Examples of bnGUI.venn.db.HTGeneOntologyReaderModel

     */
    public IVennDataModel loadHTGOMiner(String groupFile )
    throws IOException, FileFormatException
    {
        lastWorkingPath = groupFile;
        HTGeneOntologyReaderModel gor = new HTGeneOntologyReaderModel();
        gor.loadFromFile(groupFile);
        fileName = new File(groupFile).getName();
        sourceType = SourceType.HTGO;
        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.