View source: R/external_utilities.R
filter_cells_by_quantile | R Documentation |
Filter cells by upper and lower quantile of their normalisation factors.
filter_cells_by_quantile(x, lower_quantile = 0.05, upper_quantile = 0.95)
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. |
The input data with normalisation factors in between the quantiles range. @export
data('example_input')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.