pData-methods: pData

Description Usage Arguments Details Value

Description

pData

pData extract the phenoData table from a MIMOSA result

Usage

 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)

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


RGLab/MIMOSA documentation built on Nov. 13, 2020, 5:04 a.m.