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

getData(x, type = "raw")

# S4 method for 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

Examples

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