Stuck at the start #720
Replies: 4 comments 1 reply
-
This is an scvelo error, has nothing to do with CellRank, please move to scVelo: https://scvelo.readthedocs.io/ Basically, you're using a plotting function from scVelo which expected spliced/unspliced counts, which you apparently don't have. It doesn't matter, you can continue, just ignore this. |
Beta Was this translation helpful? Give feedback.
-
Hello! I might be able to help - I'm just a user but basically the scVelo function you described is expecting an anndata with spliced and unspliced counts. Cell Ranger only gives spliced counts I believe. You can use Velocyto and run the original Cell Ranger files through Velocyto to get the spliced and unspliced matrix. |
Beta Was this translation helpful? Give feedback.
-
@AAA-3 Thanks!! |
Beta Was this translation helpful? Give feedback.
-
@sylestiel you can check the example from the velocyto website. I believe that Kallisto tools is also considered an ideal alternative if you want to check that out. The code I used was taken from the Velocyto website and modiefied. I am copying an example below:
The mask GTF file was taken from the link and instructions from the velocyto tute. The reference GTF file can be downloaded from the cell ranger website for which ever version you used. I retrieved mine from the core sequencing team at my institute. I took the output of this file for my analysis. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I wanted to use cellrank on my 4 timepoints mouse scRNASeq dataset but I don't understand how to get it working. My adata object comes from cellranger output:
adata = sc.read_10x_h5('../data/raw/filtered_feature_bc_matrix.h5').
If I start with: https://cellrank.readthedocs.io/en/stable/cellrank_basics.html.
I'm already stuck at:
scv.pl.proportions(adata).
axis 1 is out of bounds for array of dimension 1
Can anyone help me out?
Beta Was this translation helpful? Give feedback.
All reactions