View source: R/purity_filter.R
| filterSamplesByPurity | R Documentation |
This function is a part of the data wrangling functionality of tcgaCleaneR.
It allows user to handle sample purity in SummarizedExperiment S4 class Cancer Dataset (e.g. TCGA dataset) by
filtering out the samples that are above a specific purity threshold.
filterSamplesByPurity(data, purity_cutoff)
data |
SummarizedExperiment S4 class Dataset. E.g. TCGA Dataset. |
purity_cutoff |
numeric: Sample purity cutoff |
S4 data object
filterSamplesByPurity(data= brca.data,purity_cutoff= 0.496)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.