Documentation Index
Fetch the complete documentation index at: https://mintlify.com/satijalab/seurat-wrappers/llms.txt
Use this file to discover all available pages before exploring further.
RunQuantileAlignSNF() was the original LIGER quantile alignment function. It is kept for backward compatibility but calls RunQuantileNorm() with a compatible subset of parameters. Not all parameters from the old API are forwarded.
Syntax
Behavior
CallingRunQuantileAlignSNF() emits a deprecation message and immediately delegates to RunQuantileNorm() with the following parameter mappings:
| RunQuantileAlignSNF | RunQuantileNorm |
|---|---|
split.by | split.by |
reduction | reduction |
reduction.name | reduction.name |
reduction.key | reduction.key |
quantiles | quantiles |
recalc.snf, prune.thresh, nstart, resolution, id.number, print.mod, print.align.summary) are not forwarded.
Migration
Replace all calls toRunQuantileAlignSNF() with RunQuantileNorm():
See Also
RunQuantileNorm()— Current quantile normalization functionRunSNF()— Also deprecated- LIGER method guide