SmallestNonAboveX: SmallestNonAboveX

View source: R/Seurat.Utils.R

SmallestNonAboveXR Documentation

SmallestNonAboveX

Description

replace small values with the next smallest value found, which is >X.

Usage

SmallestNonAboveX(vec, X = 0)

Arguments

vec

Numeric input vector

X

Threshold, Default: 0

Examples

## Not run: 
if (interactive()) {
  SmallestNonZero(vec = df.markers$"p_val")
}

## End(Not run)

vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.