-
Notifications
You must be signed in to change notification settings - Fork 59
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
Estimating Usage of GEP in another data set? #84
Comments
Hi, this is actually the topic of our recent preprint https://t.co/OexYxSnc3D The code we use for doing this is here: https://github.com/immunogenomics/starCAT The step to package the output of cNMF for starCAT is a little bit of a work in progress but it is the build_reference() function on the development branch which you can optionally enable automatically in the consensus step with build_ref=True Let me know if this makes sense or if you have questions! |
Hi, This is how I run it:
|
Currently it is only on the development branch of the github (it will be moved to the main branch in the next few weeks hopefully). You can install it with pip like so:
If you don't mind, let me know how it goes since this is something we are actively working on supporting. |
Hi again, Many thanks! |
Hi,
I wonder if there is an appropriate way to estimate the usage of GEPs in another dataset so that one can compare changes in usage in different conditions? For example, I estimate GEPs usage per cell class in data set A and I want to know the usage of these GEPs in data set B.
My best,
Diego
The text was updated successfully, but these errors were encountered: