filterGenesThreshold: Filter genes whose values sum to less than some threshold...

View source: R/Filters.R

filterGenesThresholdR Documentation

Filter genes whose values sum to less than some threshold value (may remove rows)

Description

Filter genes whose values sum to less than some threshold value (may remove rows)

Usage

filterGenesThreshold(data, threshold)

Arguments

data

(data.frame) expression matrix

threshold

(int) threshold value to filter by

Value

character vector of gene names passing filter


YosefLab/VISION documentation built on Feb. 19, 2023, 9:50 p.m.