Biorithm  1.1
Classes | Public Member Functions
EnrichmentPostprocess Class Reference

Has methods for processing previously computed enrichment results. More...

#include <enrichment-algorithm.h>

List of all members.

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)

Detailed Description

Has methods for processing previously computed enrichment results.


Member Function Documentation

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.

Parameters:
[in]infile,afile containing the enrichment results.

The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Friends