View source: R/filter_counts.R
filter_counts_by_quantile | R Documentation |
Filter observed counts by quantile.
filter_counts_by_quantile(x, upper_quantile = 0.98)
x |
An input RNA/ATAC dataset where entries are indexeable by genomic coordinate: "chr", "from" and "to". |
upper_quantile |
The maximum quantile to determine cuts. If a value is above the quantile it is removed |
The input data with removed entries.
data('example_input')
filter_counts_by_quantile(example_input$rna, upper_quantile = .98)
filter_counts_by_quantile(example_input$atac, upper_quantile = .98)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.