Description Usage Arguments Examples
Accessors for the 'quantroPvalPerm' slot of a quantro object.
1 2 3 4 5 6 7 | quantroPvalPerm(object)
## S4 method for signature 'quantro'
quantroPvalPerm(object)
## S4 method for signature 'quantro'
quantroPvalPerm(object)
|
object |
a |
1 2 3 4 5 | library(minfi)
data(flowSorted)
pd <- pData(flowSorted)
qtest <- quantro(flowSorted, groupFactor = pd$CellType)
quantroPvalPerm(qtest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.