Description Usage Arguments Author(s) See Also
View source: R/DatPkg-accessors.R
Helps to create A parameter class for representing all parameters
needed for running the hyperGTest method.  If it is a
GOHyperGParams object, being made, then with one of the GO ontologies
(BP, CC, MF) as the category. This function will construct the
parameter object from a GeneSetCollection object and if necessary will
also try to check to make sure that the object is based on a GO2ALL
mapping.
1 2 3 4 5  |   GSEAGOHyperGParams(name, geneSetCollection, geneIds, universeGeneIds,
  ontology, pvalueCutoff, conditional, testDirection, ...)
  GSEAKEGGHyperGParams(name, geneSetCollection, geneIds, universeGeneIds,
  pvalueCutoff, testDirection, ...)
 | 
name | 
 String specifying name of the GeneSetCollection.  | 
geneSetCollection | 
 A GeneSetCollection Object. If a GOHyperGParams object is sought, then this GeneSetCollection should be based on a GO2ALLFrame object and so the idType of that GeneSetCollection should be GOAllFrameIdentifier. If a KEGGHyperGParams object is sought then a GeneSetCollection based on a KEGGFrame object should be used and the idType will be a KEGGFrameIdentifier.  | 
geneIds | 
 Object of class   | 
universeGeneIds | 
 Object of class   | 
ontology | 
 A string specifying the GO ontology to use. Must be one of "BP", "CC", or "MF". (used with GO only)  | 
pvalueCutoff | 
 A numeric values between zero and one used as a p-value cutoff for p-values generated by the Hypergeometric test. When the test being performed is non-conditional, this is only used as a default value for printing and summarizing the results. For a conditional analysis, the cutoff is used during the computation to determine perform the conditioning: child terms with a p-value less than pvalueCutoff are conditioned out of the test for their parent term.  | 
conditional | 
 A logical indicating whether the calculation should condition on the GO structure. (GO only)  | 
testDirection | 
 A string which can be either "over" or "under". This determines whether the test performed detects over or under represented GO terms.  | 
... | 
 optional arguments to configure the GOHyperGParams object.  | 
M. Carlson
HyperGResult-class
GOHyperGParams-class
hyperGTest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.