filterMissingGenes {yarn}R 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)


[Package yarn version 1.20.0 Index]