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

RunSCVELO #109

Closed
namorosini opened this issue Mar 9, 2023 · 5 comments
Closed

RunSCVELO #109

namorosini opened this issue Mar 9, 2023 · 5 comments

Comments

@namorosini
Copy link

Hi, I'm trying to run the SCVelo but I'm facing the following error:

Error:SystemExit: None

How can I fix that?

Thanks!

@zhanghao-njmu
Copy link
Owner

Do you have spliced and unspliced assays in your Seurat object? If not, you need to generate and add them to your Seurat object using velocyto.

@namorosini
Copy link
Author

Thank you so much! It worked!

@qindan2008
Copy link

RunPAGA with pancreas_sub occurred error:

Error in t.default(adata$layers[[k]]) : argument is not a matrix

image

@zhanghao-njmu
Copy link
Owner

The error is caused by using base::t instead of Matrix::t, as base::t does not support transposing sparse matrices. SCP has already ensured that it internally calls Matrix::t since a long time ago, so please make sure that you are using the latest version of SCP.
@qindan2008

@denvercal1234GitHub
Copy link

denvercal1234GitHub commented May 4, 2023

Hi @zhanghao-njmu @namorosini, I was able to convert my concatenated looms of different samples into 1 in Python and converted that to Seurat object. Would you mind helping me to add the spliced and unsliced (and any other info needed) from my loom-converted Seurat object to my GEX Seurat object in R? And, do I need to normalise or anything with these counts? In the typical scVelo pipeline there is normalisation before computing velocities.

Thanks so much!

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

4 participants