getData {CeTF}R 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)


[Package CeTF version 1.5.4 Index]