pData,MIMOSAResult-method {MIMOSA}R Documentation

pData extract the phenoData table from a MIMOSA result

Description

pData extract the phenoData table from a MIMOSA result

Usage

## S4 method for signature 'MIMOSAResult'
pData(object)

## S4 method for signature 'MDMixResult'
pData(object)

## S4 method for signature 'MCMCResult'
pData(object)

pData.MIMOSAResultList(object)

## S4 method for signature 'MIMOSAResultList'
pData(object)

Arguments

object

is the MIMOSAResult returned from a call to MIMOSA

Details

Extracts the phenoData data.frame from a MIMOSAResult object

Value

an object of type data.frame


[Package MIMOSA version 1.24.0 Index]