filterMissingGenes: Filter genes not expressed in any sample

View source: R/YARN.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)


netZoo/netZooR documentation built on Oct. 16, 2024, 10:23 p.m.