filter_genes_zero_expression: Remove genes with gene expression level equal to 0 in a...

Description Usage Arguments Value

View source: R/filter_by_quantile.R

Description

Remove genes with gene expression level equal to 0 in a substantial percentage of the samples

Usage

1
filter_genes_zero_expression(exp, max.samples.percentage = 0.25)

Arguments

exp

Gene expression matrix or SumarizedExperiment object

max.samples.percentage

Max percentage of samples with gene expression as 0, for genes to be selected. If max.samples.percentage 100, remove genes with 0 for 100% samples. If max.samples.percentage 25, remove genes with 0 for more than 25% of the samples.

Value

A subset of the original matrix only with the rows passing the filter threshold.


MethReg documentation built on Nov. 8, 2020, 8:01 p.m.