Closed angelosarmen closed 4 months ago
Thanks for using Seurat!
It appears that this issue has gone stale. In an effort to keep our Issues board from getting more unruly than it already is, we’re going to begin closing out issues that haven’t had any activity since the release of v4.4.0.
If this issue is still relevant we strongly encourage you to reopen or repost it, especially if you didn’t initially receive a response from us.
Hi,
In
FindIntegrationAnchors()
withreduction = "rlsi"
,ReciprocalProject()
is called withdo.center = TRUE
anddo.scale = FALSE
, and these options are passed toProjectSVD()
. However,RunSVD()
in Signac centers and scales the embeddings. Therefore,Embeddings(object = object.1[[reduction]])
andproj.2
would be centered but be on different scales (same forproj.1
andEmbeddings(object = object.2[[reduction]])
. Could you please explain why isn't scaling performed?