Description Usage Arguments Value
calculates a statistic to determine if a pattern is enriched in a a particular set of measurements or samples.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | calcCoGAPSStat(
object,
sets = NULL,
whichMatrix = "featureLoadings",
numPerm = 1000,
...
)
## S4 method for signature 'CogapsResult'
calcCoGAPSStat(
object,
sets = NULL,
whichMatrix = "featureLoadings",
numPerm = 1000,
...
)
|
object |
an object of type CogapsResult |
sets |
list of sets of measurements/samples |
whichMatrix |
either "featureLoadings" or "sampleFactors" indicating which matrix to calculate the statistics for |
numPerm |
number of permutations to use when calculatin p-value |
... |
handles old arguments for backwards compatibility |
gene set statistics for each column of A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.