plot_filter: Plot count matrix to check filter cutoff

View source: R/plot_filter.R

plot_filterR Documentation

Plot count matrix to check filter cutoff

Description

Plot the total number of features removed from count matrix using different low count cutoffs for both maximum and total reads

Usage

plot_filter(x, n = 20)

Arguments

x

count matrix, data.frame or tibble

n

maximum cutoff, default is to display 0 to 20

Value

A plot

Author(s)

Chris Stubben

Examples

## Not run: 
 plot_filter(counts)

## End(Not run)

HuntsmanCancerInstitute/hciR documentation built on March 26, 2024, 3:09 a.m.