Description Usage Arguments Value Examples
View source: R/data_preprocessing.R
Remove low variating genes based on the percentage given and the type of variation specified.
1 | filter_low_var(data_expr, pct = 0.8, type = c("mean", "median", "mad"))
|
data_expr |
matrix or data.frame or SummarizedExperiment, table of expression values (either microarray or RNA-seq), with genes as column and samples as row |
pct |
float, percentage of gene to keep, value must be in ]0;1[ |
type |
string, function name used for filtration. Should be either "mean", "median", or "mad" |
A data.frame of filtered genes
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.