-
Notifications
You must be signed in to change notification settings - Fork 10
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
None of the genes were predicted. #15
Comments
Hello, thank you for reaching out. Most of the times when people meet this problem is because of the environment and package versions. The guidance of installation to build a new conda environment with all the fixed version of packages might be helpful. If your problem still exist, could you send us your python version and environment package version list to let us reproduce your problem? Thank you! |
@Abclisy I tried install cellDancer by pip install --no-deps celldancer (Mac M1, python==3.9.16), but I always can not install numpy correctly manually:Collecting numpy==1.20.3 × Building wheel for numpy (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip.
|
Thank you for the information! We will try to reproduce and see what's the reason. |
The command I used:
gene_list=['Psd3', 'Dcx', 'Syt11', 'Ntrk2', 'Gnao1', 'Gria1', 'Dctn3', 'Map1b', 'Camk2a', 'Gpm6b', 'Sez6l', 'Evl', 'Astn1', 'Ank2', 'Klf7', 'Tbc1d16', 'Atp1a3', 'Stxbp6', 'Scn2a1', 'Lhx9', 'Slc4a4', 'Ppfia2', 'Kcnip1', 'Ptpro', 'Diaph3', 'Slc1a3', 'Cadm1', 'Mef2c', 'Sptbn1', 'Ncald']
loss_df, cellDancer_df=cd.velocity(cell_type_u_s,
gene_list=gene_list,
permutation_ratio=0.1,
norm_u_s=False,
norm_cell_distribution=False,
n_jobs=8)
I simply tried to reproduce the DentateGyrus_cell_type analysis, but I encountered this for cd.velocity analysis:
Not predicted gene list:['Kcnip1', 'Map1b', 'Slc1a3', 'Syt11', 'Slc4a4', 'Ptpro', 'Gnao1', 'Gpm6b', 'Klf7', 'Lhx9', 'Tbc1d16', 'Diaph3', 'Ncald', 'Camk2a', 'Scn2a1', 'Psd3', 'Stxbp6', 'Evl', 'Ntrk2', 'Ank2', 'Dctn3', 'Sez6l', 'Atp1a3', 'Cadm1', 'Astn1', 'Ppfia2', 'Sptbn1', 'Gria1', 'Mef2c', 'Dcx']. Try visualizing the unspliced and spliced columns of the gene(s) to check the quality.
None of the genes were predicted. Try visualizing the unspliced and spliced columns of the gene(s) to check the quality.
@Abclisy. Thanks a lot for your reply
The text was updated successfully, but these errors were encountered: