filterMissingGenes: Filter genes not expressed in any sample

Description Usage Arguments Value Examples

View source: R/filterMissingGenes.R

Description

The main use case for this function is the removal of missing genes.

Usage

1
filterMissingGenes(obj, threshold = 0)

Arguments

obj

ExpressionSet object.

threshold

Minimum sum of gene counts across samples – defaults to zero.

Value

Filtered ExpressionSet object

Examples

1
2

yarn documentation built on Nov. 8, 2020, 7:50 p.m.