filter_low_counts: Filter out genes/transcripts with low expression

Description Usage Arguments

View source: R/filter_low_counts.R

Description

Filter out genes/transcripts with low expression

Usage

1
filter_low_counts(e, cpm = TRUE, min_value = 0)

Arguments

e

expression data

cpm

filter on cpm threshold default, otherwise use min_value

min_value

if cpm is false, remove transcripts with rowsum <= this


jburos/fcutils documentation built on Dec. 5, 2019, 6:26 p.m.