Description Usage Arguments Value Examples
function to keep raw counts after filtering and/or normalizing.
1 | 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.
1 2 3 4 | ## 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.