filter_variance_by_row: Filter rows to those having high enough variance.

Description Usage Arguments Value

View source: R/filter_variance_by_row.R

Description

The ExpressionSet is filtered such that only genes with a variance larger than a specific value (given by threshold) are kept.

Usage

1
filter_variance_by_row(x, threshold = 0)

Arguments

x

An ExpressionSet.

threshold

Variance threshold to use.

Value

A matrix with filtered variance is returned.


steveneschrich/CLIApet documentation built on March 2, 2021, 12:02 a.m.