FindTransferAnchors: how do column sums of weights matrix all equal 1? #658
Answered
by
timoast
danielcgingerich
asked this question in
Q&A
-
Hi, I am just wondering how this was figured out. From anchor weighting I see that: How is it that the resulting anchors sum to 1? |
Beta Was this translation helpful? Give feedback.
Answered by
timoast
Jun 10, 2021
Replies: 1 comment
-
We make them sum to 1 by dividing by the column sums: https://github.com/satijalab/seurat/blob/master/src/integration.cpp#L80 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timoast
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We make them sum to 1 by dividing by the column sums: https://github.com/satijalab/seurat/blob/master/src/integration.cpp#L80