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.
RunSNF() was used to generate a shared factor neighborhood graph as part of the original LIGER integration pipeline. It has been fully replaced by RunQuantileNorm(), which combines quantile alignment and produces the final integrated embedding in a single step.
Syntax
Behavior
CallingRunSNF() triggers .Deprecated(new = 'RunQuantileNorm') and does not perform any computation. The function returns invisibly after emitting the deprecation warning.
Migration
See Also
RunQuantileNorm()— Current replacement functionRunQuantileAlignSNF()— Also deprecated- LIGER method guide