which_k_covered: Returns the row-index for those rows in a 'matrix' (or...

Description Usage Arguments

View source: R/coverage.R

Description

Returns the row-index for those rows in a 'matrix' (or related: 'DGEList' / 'ExpressionSet') where at least 100'f' Here, 'f' is the argument 'fraction_of_samples'.

Usage

1
which_k_covered(mat, k, fraction_of_samples = 1)

Arguments

mat

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

k

A single number.

fraction_of_samples

What fraction of the entries in a row of 'mat' should have a value '>= k' for that row to be included in the results?


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