pData<-,MCMCResult,ANY-method {MIMOSA}R Documentation

pData

Description

pData

pData extract the phenoData table from a MIMOSA result

Usage

## 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)

Arguments

object

is the MIMOSAResult returned from a call to MIMOSA

value

the phenoData table to be assigned to the object.

Details

Extracts the phenoData data.frame from a MIMOSAResult object

Value

an object of type data.frame


[Package MIMOSA version 1.32.0 Index]