You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating such an awesome package for RNA velocity matrix. I am trying to replicate the tutorial posted here, but I am getting different results than described in the tutorial. I am successful downloading the data, downloading the pre-built index, and generating the RNA velocity matrix. However, when I concatenate adata_06 and adata_07, the dimensions of my data are:
Additionally, when I run the splice proportions for adata, I get: Abundance of ['spliced', 'unspliced']: [0.5 0.5]. I tried generating the RNA velocity matrix for some of our own 10x datasets, and also get 50/50 splicing proportions. Here is the code I ran:
Hello,
Thank you for creating such an awesome package for RNA velocity matrix. I am trying to replicate the tutorial posted here, but I am getting different results than described in the tutorial. I am successful downloading the data, downloading the pre-built index, and generating the RNA velocity matrix. However, when I concatenate
adata_06
andadata_07
, the dimensions of my data are:instead of
Additionally, when I run the splice proportions for
adata
, I get:Abundance of ['spliced', 'unspliced']: [0.5 0.5]
. I tried generating the RNA velocity matrix for some of our own 10x datasets, and also get 50/50 splicing proportions. Here is the code I ran:I removed the flag
--filter bustools
since it produces this error:kb count: error: argument --filter: not allowed with argument --lamanno
.Does anyone know why I might be getting those splice percentages and what I can do to fix this issue?
Thanks so much!
The text was updated successfully, but these errors were encountered: