rowmax_filter_counts: Filter low-count genes from a data set only using a simple...

View source: R/normalize_filter.R

rowmax_filter_countsR Documentation

Filter low-count genes from a data set only using a simple maximum-count threshold.

Description

Filter low-count genes from a data set only using a simple maximum-count threshold.

Usage

rowmax_filter_counts(count_table, threshold = 2)

Arguments

count_table

Data frame of (pseudo)counts by sample.

threshold

Lower threshold of counts for each gene.

Value

Dataframe of counts without the low-count genes.

See Also

[edgeR]

Examples

## Not run: 
 filtered_table <- rowmax_filter_counts(count_table)

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.