category gene nTotal nChange enrichment pValue nCat CRMean FDR String String Integer Integer Float Float Integer Float Float GO:0006955_immune_response CD163 261 15 3.754789 -5.597408 1 0.0 0.000000
417418419420421422423424425426427428
*/ 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; }