keep_abundant
# S4 method for class 'RangedSummarizedExperiment'
keep_abundant(
.data,
abundance = assayNames(.data)[1],
design = NULL,
formula_design = NULL,
minimum_counts = 10,
minimum_proportion = 0.7,
minimum_count_per_million = NULL,
factor_of_interest = NULL,
...,
.abundance = NULL
)
A `tbl` or `SummarizedExperiment` object containing transcript/gene abundance data
The name of the transcript/gene abundance column (character, preferred)
A design matrix for more complex experimental designs. If provided, this is passed to filterByExpr instead of factor_of_interest.
A formula for creating the design matrix
The minimum count threshold for a feature to be considered abundant
The minimum proportion of samples in which a feature must be abundant
The minimum count per million threshold
The name of the column containing groups/conditions for filtering. DEPRECATED: Use 'design' or 'formula_design' instead.
Further arguments.
A `SummarizedExperiment` object