We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0a266 commit 745b1cbCopy full SHA for 745b1cb
R/integration.R
@@ -1732,7 +1732,7 @@ IntegrateEmbeddings.IntegrationAnchorSet <- function(
1732
suppressWarnings(expr = unintegrated[[new.reduction.name]] <- CreateDimReducObject(
1733
embeddings = as.matrix(x = t(x = integrated.data)),
1734
assay = intdr.assay,
1735
- loadings = Loadings(object = reductions),
+ loadings = Loadings(object = reductions)[,dims.to.integrate],
1736
key = paste0(new.reduction.name.safe, "_")
1737
))
1738
unintegrated <- SetIntegrationData(
0 commit comments