filterMissingGenes: Filter genes not expressed in any sample

View source: R/filterMissingGenes.R

filterMissingGenesR Documentation

Filter genes not expressed in any sample

Description

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

Usage

filterMissingGenes(obj, threshold = 0)

Arguments

obj

ExpressionSet object.

threshold

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

Value

Filtered ExpressionSet object

Examples

data(skin)
filterMissingGenes(skin)


QuackenbushLab/yarn documentation built on March 7, 2024, 3:53 p.m.