expression_filtering: Utility function to filter out low-expressed genes

Description Usage Arguments Value

View source: R/normalization.R

Description

Utility function to filter out low-expressed genes

Usage

1
expression_filtering(counts, min_counts = 20, min_samples = 3)

Arguments

counts

n by p matrix containing the count data.

min_counts

integer, corresponding to the minimum number of counts for the gene to be considered expressed in a sample. Default is 20.

min_samples

integer, corresponding to the minimum of samples for a gene to be expressed to be included in downstream analyses.

Value

The filtered counts matrix


NelleV/moanin documentation built on July 28, 2021, 7:34 p.m.