getProbesetsFromStats | R Documentation |
getProbesetsFromStats returns a list of probesets (the rownames from the data matrix)
for a restriction of a list of stat comparisons probes <- getProbesetsFromStats (
x, v=1e-4, pos="adj.P.Val" )
getProbesetsFromStats(x, v = 1e-04, pos = "padj", mode = "less",
Comparisons = NULL)
v |
The cutoff value |
pos |
The column in the stats tables to base the selection on |
mode |
one of 'less', 'more', 'onlyless' or 'equals' default 'less' ( <= ) |
Comparisons |
A list of comparisons to check (all if left out) |
a list of probesets that shows an adjusted p value below 1e-4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.