|
Biorithm
1.1
|
Has methods for processing previously computed enrichment results. More...
#include <enrichment-algorithm.h>
Classes | |
| struct | enrichmentResult |
Public Member Functions | |
| EnrichmentPostprocess (GeneOntology &go, string resultsFile, double pvalCutoff) | |
| Default constructor. | |
| ~EnrichmentPostprocess () | |
| Default destructor. | |
| void | readEnrichment (string inFile) |
| Reads a file with tab-delimited enrichment results. The text file is parsed and the results are stored in the private variable _resutlts. | |
| void | print (ostream &ostr) |
Has methods for processing previously computed enrichment results.
| void EnrichmentPostprocess::readEnrichment | ( | string | inFile | ) |
Reads a file with tab-delimited enrichment results. The text file is parsed and the results are stored in the private variable _resutlts.
| [in] | infile,a | file containing the enrichment results. |
1.7.6.1