pData<-,MCMCResult,ANY-method {MIMOSA} | R Documentation |
pData
pData extract the phenoData table from a MIMOSA result
## 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