filter_cells_by_quantile: Filter cells by upper and lower quantile of their...

View source: R/external_utilities.R

filter_cells_by_quantileR Documentation

Filter cells by upper and lower quantile of their normalisation factors.

Description

Filter cells by upper and lower quantile of their normalisation factors.

Usage

filter_cells_by_quantile(x, lower_quantile = 0.05, upper_quantile = 0.95)

Arguments

x

A tibble with a cell and normalisation_factor column.

lower_quantile

The minimum quantile to determine cuts.

upper_quantile

The maximum quantile to determine cuts.

Value

The input data with normalisation factors in between the quantiles range. @export

Examples

data('example_input')

Militeee/rcongas documentation built on Nov. 1, 2024, 2:38 a.m.