-
Notifications
You must be signed in to change notification settings - Fork 56
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
Question about PairedSCGLUEModel #87
Comments
Hi @alitinet! Thanks for your interest in GLUE! The short answer is yes. The It doesn't just extract common
The pairing loss is computed based on this Let me know if there are any further problems! |
Hi @Jeff1995, Thanks so much for the quick reply! This is great, then a follow-up question: when using |
I'm afraid that's not currently supported. The model always returns all 9 embeddings. In this case I'd suggest taking the mean of paired cell embeddings. I'll see if I can add an additional function to compute this, but for now you would have to compute this mean manually. |
Got it, thanks for your prompt replies! |
Great! I'll let you know when that function becomes available :) |
Hi, I am also interested in integrating cite-seq (like paried 10X multiome dataset). My idea is to modify the gudiance graph based on gene-protein encoding relation and self-loops. Moreover, I model protein data based on normal distribution rather than NB. I have implemented one version and I wonder if I can open a pull-up path to upload my codes. Thanks. |
Hi,
does PairedSCGLUEModel work in a way that it finds common
.obs_names
among all present modalities? Or is it also possible to use the paired model when e.g. integrating 3 modalities and where there are common cells only between two out of the three modalities? So the set up would be the following: we are trying to integrate a CITE-seq dataset (same cells for RNA and ADT modalities) and a CYTOF dataset (where cells are different from the CITE-seq dataset). Would the model be able to pair RNA and ADT cells? Thanks!The text was updated successfully, but these errors were encountered: