pValue-methods {cpvSNP} | R Documentation |
pValue
~~This function returns the calculated p-value for a specified GeneSet
or a list of p-values for a GeneSetCollection
.
pValue(object)
object |
An object of type |
Defined methods include:
signature(object = "VEGASResult")
Returns the calculated p-value for a specified VEGASResult
object
signature(object = "GeneSetResult")
Returns the calculated p-value for a specified GeneSetResult
object
signature(object = "GLOSSIResult")
Returns the calculated p-value for a specified GLOSSIResult
object
signature(object = "VEGASResultCollection")
Returns a list of calculated p-values for a VEGASResultCollection
object (1 for each set)
signature(object = "GeneSetResultCollection")
Returns a list of calculated p-values for a GeneSetResultCollection
object (1 for each set)
signature(object = "GLOSSIResultCollection")
Returns a list of calculated p-values for a GLOSSIResultCollection
object (1 for each set)
Returns a decimal p-value corresponding to the gene set or a list of p-values corresponding to the gene set collection.
Caitlin McHugh
VEGASResult
-class, geneSetName
## Not run: pValue( vegas(geneSet, assoc_table, ldMatrix) ) ## End(Not run)