filter_top_counts: Filter top count matrix

View source: R/filter_top_counts.R

filter_top_countsR Documentation

Filter top count matrix

Description

Remove columns from count matrix returned by link{top_counts} by subsetting the colData attribute

Usage

filter_top_counts(x, ...)

Arguments

x

a tibble from link{top_counts}

...

additional options passed to subset

Value

A count matrix

Author(s)

Chris Stubben

Examples

## Not run: 
 filter_top_counts( top_counts(res, rld),  type == "paired-end")

## End(Not run)

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