QuantileEdgeClean: QuantileEdgeClean

View source: R/Transformations.R

QuantileEdgeCleanR Documentation

QuantileEdgeClean

Description

Scales the range of input to be between 0 and 1

Usage

QuantileEdgeClean(
  mat,
  LowSet = 0,
  HighSet = NULL,
  lowQuant = 0.1,
  highQuant = 0.9
)

Arguments

mat

a numerical matrix, rows are features cols are cells/measured units

LowSet

a numerical value for lower send quantiles; default 0

HighSet

a numerical value for higher send quantiles; default NULL sets to high quantile

lowQuant

a value to set the low quantiles

highQuant

a value to set the high quantiles

Value

A numeric mat


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.