Description Usage Arguments Value Examples
View source: R/ResultsSet_topRDAhits.R
Get a list of the features significantly associated to the first two RDA components
1 | topRDAhits(object, tPV = 0.05)
|
object |
|
tPV |
numeric with the p-value threshold. Only features with a p-values below this threshold will be shown. |
data.frame with the features, the component, the correlation and the p-value
1 2 3 4 5 6 | if (require(minfiData) & require(GenomicRanges)){
set <- ratioConvert(mapToGenome(MsetEx[1:10,]))
model <- model.matrix(~set$sex)
rda <- runRDA(set, model)
topRDAhits(rda)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.