getData {CeTF} | R Documentation |
The Data accessor access the raw, tpm and normalized data from
runAnalysis
function analysis.
getData(x, type = "raw") ## S4 method for signature 'CeTF' getData(x, type = "raw")
x |
|
type |
Type of data: raw, tpm or norm (default: raw) |
Returns the raw, tpm or normalized data.
# load the CeTF class object resulted from runAnalysis function data(CeTFdemo) getData(CeTFdemo)