getData-methods: Data accessor for a CeTF class object.

Description Usage Arguments Value See Also Examples

Description

The Data accessor access the raw, tpm and normalized data from runAnalysis function analysis.

Usage

1
2
3
4
getData(x, type = "raw")

## S4 method for signature 'CeTF'
getData(x, type = "raw")

Arguments

x

CeTF-class object

type

Type of data: raw, tpm or norm (default: raw)

Value

Returns the raw, tpm or normalized data.

See Also

runAnalysis.

Examples

1
2
3
4
# load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)

getData(CeTFdemo)

CeTF documentation built on Nov. 25, 2020, 2 a.m.