UseRaw_afterFilter: Use raw count from the DataPrep object which genes are...

Description Usage Arguments Value Examples

View source: R/analyze.R

Description

function to keep raw counts after filtering and/or normalizing.

Usage

1
UseRaw_afterFilter(DataPrep, DataFilt)

Arguments

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

Value

Filtered return object similar to DataPrep with genes removed after normalization and filtering process.

Examples

1
2
3
4
## Not run: 
  dataPrep_raw <- UseRaw_afterFilter(dataPrep, dataFilt)

## End(Not run)

TCGAbiolinks documentation built on Nov. 8, 2020, 5:37 p.m.