PSINORM_FN: PsiNorm normalization wrapper

View source: R/SCONE_DEFAULTS.R

PSINORM_FNR Documentation

PsiNorm normalization wrapper

Description

PsiNorm normalization wrapper

Usage

PSINORM_FN(ei)

Arguments

ei

Numerical matrix. (rows = genes, cols = samples).

Details

SCONE scaling wrapper for PsiNorm).

Value

PsiNorm normalized matrix.

Examples

ei <- matrix(c(1,0,2,0,2,9,3,0), ncol=2)
eo <- PSINORM_FN(ei)


YosefLab/scone documentation built on March 12, 2024, 10:48 p.m.