getData | 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.
runAnalysis
.
# load the CeTF class object resulted from runAnalysis function data(CeTFdemo) getData(CeTFdemo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.