process_counts: Pre-processing of counts

Description Usage Arguments Value Examples

View source: R/process_counts.R

Description

Function to proces raw counts before differential analysis. Removes counts below the counts-per-million threshold set by the user and generates diagnostic plots showing the count distribution before and after.

Usage

1
process_counts(se = NULL, cpm.cutoff = 1)

Arguments

se

SummarizedExperiment object containing count matrix.

cpm.cutoff

The counts-per-million threshold for filtering counts.

Value

SummarizedExperiment object containing the raw and filtered counts.

Examples

1
2
3
4
## Not run: 
filtered_se <- process_counts(se = se, cpm.cutoff = 1)

## End(Not run)

anilchalisey/parseR documentation built on May 7, 2019, 7:45 a.m.