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 e3478f7 commit 577c139Copy full SHA for 577c139
R/integration.R
@@ -1796,7 +1796,7 @@ IntegrateEmbeddings.IntegrationAnchorSet <- function(
1796
suppressWarnings(expr = unintegrated[[new.reduction.name]] <- CreateDimReducObject(
1797
embeddings = as.matrix(x = t(x = integrated.data)),
1798
assay = intdr.assay,
1799
- loadings = Loadings(object = reductions),
+ loadings = Loadings(object = reductions)[,dims.to.integrate],
1800
key = paste0(new.reduction.name.safe, "_")
1801
))
1802
unintegrated <- SetIntegrationData(
0 commit comments