applyFilters | R Documentation |
Applies filters to the inputted expression data (may remove rows)
applyFilters(expr, filterInput, threshold, num_mad)
expr |
a numeric expression matrix (genes x cells) |
filterInput |
list of filters to compute |
threshold |
minimum number of samples gene must be detected in to pass |
num_mad |
number of median absolute deviations to use in fano filter |
character vector of gene names passing filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.