alignFactors | R Documentation |
This function is a wrapper to switch between alternative factor loading alignment methods that LIGER provides, which is a required step for producing the final integrated result. Two methods are provided (click on options for more details):
method = "quantileNorm"
: Previously published quantile
normalization method. (default)
method = "centroidAlign"
: Newly developed centroid
alignment method.
alignFactors(object, method = c("quantileNorm", "centroidAlign"), ...)
## S3 method for class 'liger'
alignFactors(object, method = c("quantileNorm", "centroidAlign"), ...)
## S3 method for class 'Seurat'
alignFactors(object, method = c("quantileNorm", "centroidAlign"), ...)
object |
A liger or Seurat object with valid factorization
result available (i.e. |
method |
Character, method to align factors. Default
|
... |
Additional arguments passed to selected methods.
For
|
quantileNorm
, centroidAlign
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.