filterGenesFano: Applies the Fano filter to the input data (may remove rows)

View source: R/Filters.R

filterGenesFanoR Documentation

Applies the Fano filter to the input data (may remove rows)

Description

Applies the Fano filter to the input data (may remove rows)

Usage

filterGenesFano(data, num_mad = 2, plot = FALSE)

Arguments

data

NUM_GENES x NUM_SAMPLES expression matrix

num_mad

number of median absolute deviations

plot

whether or not to generate a diagnostic plot

Value

character vector of gene names passing filter


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