which_k_covered_across_samples: which_k_covered_across_samples

Description Usage Arguments

View source: R/coverage.R

Description

Returns the row indices for those rows in a matrix where the sum of the entries in that row is '>= k'. For example, in RNA-Seq, this returns the index of those features that have a coverage '>= k' when summed across all samples.

Usage

1

Arguments

mat

Either a matrix, data.frame, DGEList or ExpressionSet.

k

A single number.


russHyde/reeq documentation built on March 10, 2020, 5:36 a.m.