public class OntologizerResult extends Object implements Comparable<OntologizerResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
OntologizerResult.TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OntologizerResult o) |
GoId |
getGoId() |
int |
getNParents() |
double |
getP() |
double |
getPAdjusted() |
double |
getPMin() |
int |
getPopFamily() |
int |
getPopTerm() |
int |
getPopTotal() |
int |
getStudyFamily() |
int |
getStudyTerm() |
int |
getStudyTotal() |
OntologizerResult.TYPE |
getType() |
boolean |
isTrivial() |
static List<OntologizerResult> |
parse(File input) |
public int compareTo(OntologizerResult o)
compareTo in interface Comparable<OntologizerResult>public GoId getGoId()
public int getNParents()
public double getP()
public double getPAdjusted()
public double getPMin()
public int getPopFamily()
public int getPopTerm()
public int getPopTotal()
public int getStudyFamily()
public int getStudyTerm()
public int getStudyTotal()
public OntologizerResult.TYPE getType()
public boolean isTrivial()
public static List<OntologizerResult> parse(File input) throws IOException
IOExceptionCopyright © 2016. All rights reserved.