theislab/scvelo

scv.pl.proportions() -- "axis 1 is out of bounds for array of dimension 1"

Alvis-Jiang opened this issue · 0 comments

Hi,

I am using the suggested tutorial of kallisto to process the input data of scvelo, which contained splice/unspliced read and is as shown below:

1

However, when I run scv.pl.proportions(adata) it give the error of AxisError: axis 1 is out of bounds for array of dimension 1, whose details are below:
2

I believe I already have two layers of spliced and unspliced data, could you kindly give me some guidance on solving this issue? Thanks a lot!

Boyu