View source: R/filter_low_genes.R
| filterLowExprGenes | R Documentation |
This function is a part of the data wrangling functionality of tcgaCleaneR.
It allows user to input the SummarizedExperiment S4 class Cancer Dataset (e.g. TCGA dataset) and the threshold
for the minimum gene count and sample count.
filterLowExprGenes(data, gene_count, sample_size)
data |
SummarizedExperiment S4 class Dataset. E.g. TCGA Dataset. |
gene_count |
numeric: gene count threshold |
sample_size |
numeric: sample size threshold |
S4 data object
filterLowExprGenes(data=brca.data,gene_count = 20,sample_size = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.