filterMatrix: Filter Matrix

View source: R/utils.R

filterMatrixR Documentation

Filter Matrix

Description

Filter Matrix

Usage

filterMatrix(matrix, low.cutoff = -Inf, high.cutoff = Inf)

Arguments

matrix

A matrix to be filtered.

low.cutoff

Lower cutoff bound below which will be removed. Default is negative infinity.

high.cutoff

Upper cutoff bound above which will be removed. Default is positive infinity.

Value

Returns a filtered matrix.


stevexniu/scMatchmaker documentation built on June 2, 2022, 12:35 p.m.