View source: R/library_size_filter.R
filterSamplesByLibSize | R Documentation |
This function is a part of the data wrangling functionality of tcgaCleaneR
.
It allows user to handle the bias in SummarizedExperiment
S4 class Cancer Dataset (e.g. TCGA dataset) due to
library size by filtering out the samples with sample size greater than the threshold. Using plotLibSize
,
user can determine the threshold.
filterSamplesByLibSize(data, ls_cutoff)
data |
SummarizedExperiment S4 class Dataset. E.g. TCGA Dataset. |
ls_cutoff |
numeric: library size threshold |
S4 data object
filterSamplesByLibSize(data = brca.data, ls_cutoff = 17.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.