-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bugs of running own codes for imputation #8
Comments
Sorry for the inconvenience. Our method used Ensembl id as gene index. We provided an automatic method to map gene names to ensembl id based on mygene here. |
Hi, thanks. After transferring the data with this method, I meet a new bug:
I think the reason is after transferring the gene name, there are some strange gene:
|
Generally it is the same issue as here. Did you follow the tutorial? The tutorial should have automatically removed gene ids that are not in pretrained list. |
Yes, I followed the tutorial but used my own datasets. The dataset I used is from tangram: https://github.com/broadinstitute/Tangram/blob/master/tutorial_tangram_with_squidpy.ipynb I will try to remove all the genes with 0 or 0-id and then have a try🤔 |
Hello, I have updated the codes so that now it should work more smoothly. If you installed CellPLM with |
Hi, I tried to impute my own spatial datasets (as mouse) with the tutorial for imputation. However, it seems that I cannot impute it with a bug:
I check that my dataset is in gene name (here the genes name are all upper-case since I tried to use orthology genes.).
The text was updated successfully, but these errors were encountered: