UseRaw_afterFilter | R Documentation |
function to keep raw counts after filtering and/or normalizing.
UseRaw_afterFilter(DataPrep, DataFilt)
DataPrep |
DataPrep object returned by TCGAanalyze_Preprocessing() |
DataFilt |
Filtered data frame containing samples in columns and genes in rows after normalization and/or filtering steps |
Filtered return object similar to DataPrep with genes removed after normalization and filtering process.
## Not run:
dataPrep_raw <- UseRaw_afterFilter(dataPrep, dataFilt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.