Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_mapping_scores() for cell types within same species non-zero #121

Open
dnjst opened this issue Aug 25, 2023 · 1 comment
Open

get_mapping_scores() for cell types within same species non-zero #121

dnjst opened this issue Aug 25, 2023 · 1 comment

Comments

@dnjst
Copy link

dnjst commented Aug 25, 2023

I was wondering, get_mapping_scores() returns a table of all pairwise scores between cell types of different species, but sets scores within the same species to zero.

This may be a bit misleading, as if I wanted to try to do a downstream interpretation of the scores as a kind of distance metric, certainly, say Hs_Tcell1 and Hs_Tcell2 in the human have some relationship to each other, which may be similar to both of their relations to Mm_Tcell1 and Mm_Tcell2 in the mouse.

Is there any way to calculate mapping scores on the same scale as the cross-species scores for cell types within a data set, or is this simply impossible?

@atarashansky
Copy link
Owner

The mapping scores are a relative measure of the connectivity between cells across species. It's not really comparable to the connectivity strength of cells within species. As SAMap is a graph-stitching method, it doesn't offer any sort of distance metric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants