simulatedStats-methods {cpvSNP} | R Documentation |
simulatedStats
~~This function returns the simulated statistics for a specified GeneSet
or a list of simulated statistics for a GeneSetCollection
.
simulatedStats(object)
object |
An object of type |
Defined methods include:
signature(object = "VEGASResult")
Returns the simulated statistics for a specified VEGASResult
object
signature(object = "VEGASResultCollection")
Returns a list of simulated statistics for a VEGASResultCollection
object (1 for each set)
Returns decimal values of simulated statistics from a VEGAS function call or a list of simulated statistics from a VEGAS function call on a gene set collection.
Caitlin McHugh
VEGASResult
-class, observedStat
## Not run: simulatedStats( vegas(geneSet, assoc_table, ldMatrix) ) ## End(Not run)