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

getDataR Documentation

Data accessor for a CeTF class object.

Description

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

Usage

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

# load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)

getData(CeTFdemo)


cbiagii/pcitRif documentation built on Feb. 5, 2023, 9:03 p.m.