Description Usage Arguments Details Value
pData
pData extract the phenoData table from a MIMOSA result
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## S4 replacement method for signature 'MCMCResult,ANY'
pData(object) <- value
## S4 replacement method for signature 'MIMOSAResult,ANY'
pData(object) <- value
## S4 replacement method for signature 'BetaMixResult,data.frame'
pData(object) <- value
## S4 method for signature 'MIMOSAResult'
pData(object)
## S4 method for signature 'MDMixResult'
pData(object)
## S4 method for signature 'MCMCResult'
pData(object)
## S4 method for signature 'BetaMixResult'
pData(object)
## S3 method for class 'MIMOSAResultList'
pData(object)
## S4 method for signature 'MIMOSAResultList'
pData(object)
|
object |
is the MIMOSAResult returned from a call to MIMOSA |
value |
the phenoData table to be assigned to the object. |
Extracts the phenoData data.frame from a MIMOSAResult object
an object of type data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.