filterfunctions: Basic filter functions

Description Usage Arguments Details Value

Description

Basic filter functions return functions with bindings for A. The function evaluates to TRUE if some operation on the input results in a value greater/smaller than A.

Usage

1
2
3
4
5
6
7
EpOverA(A = 4, na.rm = TRUE)

FanoOverA(A = 2, na.rm = TRUE)

MeanBelowA(A = 4, na.rm = TRUE)

MeanOverA(A = 4, na.rm = TRUE)

Arguments

A

The value that should / should not be exceeded.

na.rm

Whether NAs should be removed.

Details

The basic filter functions in detail:

Value

A function with bindings for A.


jenzopr/singlecellutils documentation built on June 12, 2019, 2:51 a.m.