applyFilters: Applies filters to the inputted expression data (may remove...

View source: R/Filters.R

applyFiltersR Documentation

Applies filters to the inputted expression data (may remove rows)

Description

Applies filters to the inputted expression data (may remove rows)

Usage

applyFilters(expr, filterInput, threshold, num_mad)

Arguments

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

Value

character vector of gene names passing filter


YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.