|
| | functionalAnnotation () |
| |
| void | loadGoMap (String gofile, String goformat, int goSizeThreshold) throws IOException |
| |
| void | calcAllTermsEnrichment (Collection< Gene > geneSet, LinkedList< Collection< Gene >> randomGeneSets) |
| |
| void | calcTermEnrichment (String term, HashMap< String, String > geneSet, LinkedList< HashMap< String, String >> randomSets, Double[] permPval, Double[] fischerExact, Integer[] numOverlap, LinkedList< Double > randomFischerExact, LinkedList< Integer > randomOverlap) |
| |
| void | writeTermsEnrichments (String filename, int sizeThreshold, String str, ArrayList< String > termsSorted) throws IOException |
| |
| Set< Gene > | getTermGenes (String goTerm, BEDFileParser ref) |
| |
|
| static void | parseGoRawFiles (String Ontology, String Annotation, String pid2gid, String nm2pidF, int nmCol, int pidCol, String outf) throws IOException |
| |
| static void | main (String[] args) throws Exception |
| |
| broad.pda.gene.functionalAnnotation.functionalAnnotation |
( |
| ) |
|
| void broad.pda.gene.functionalAnnotation.calcAllTermsEnrichment |
( |
Collection< Gene > |
geneSet, |
|
|
LinkedList< Collection< Gene >> |
randomGeneSets |
|
) |
| |
| void broad.pda.gene.functionalAnnotation.calcTermEnrichment |
( |
String |
term, |
|
|
HashMap< String, String > |
geneSet, |
|
|
LinkedList< HashMap< String, String >> |
randomSets, |
|
|
Double[] |
permPval, |
|
|
Double[] |
fischerExact, |
|
|
Integer[] |
numOverlap, |
|
|
LinkedList< Double > |
randomFischerExact, |
|
|
LinkedList< Integer > |
randomOverlap |
|
) |
| |
| Set<Gene> broad.pda.gene.functionalAnnotation.getTermGenes |
( |
String |
goTerm, |
|
|
BEDFileParser |
ref |
|
) |
| |
| void broad.pda.gene.functionalAnnotation.loadGoMap |
( |
String |
gofile, |
|
|
String |
goformat, |
|
|
int |
goSizeThreshold |
|
) |
| throws IOException |
| static void broad.pda.gene.functionalAnnotation.main |
( |
String[] |
args | ) |
throws Exception |
|
static |
| static void broad.pda.gene.functionalAnnotation.parseGoRawFiles |
( |
String |
Ontology, |
|
|
String |
Annotation, |
|
|
String |
pid2gid, |
|
|
String |
nm2pidF, |
|
|
int |
nmCol, |
|
|
int |
pidCol, |
|
|
String |
outf |
|
) |
| throws IOException |
|
static |
| void broad.pda.gene.functionalAnnotation.writeTermsEnrichments |
( |
String |
filename, |
|
|
int |
sizeThreshold, |
|
|
String |
str, |
|
|
ArrayList< String > |
termsSorted |
|
) |
| throws IOException |
The documentation for this class was generated from the following file: