identifying differentially spliced genes between two conditions #597
-
First, thank you for creating this tool. I have already finished generating the loom files from the filtered reads through running cellranger + velocyto . I have two conditions (disease and healthy samples) . I wonder if pyrovelocity could be helpful in what I want to find. I am interested about finding the deferentially spliced genes in each cell type compared to controls and and i want to find the top spliced in each type in the disease state compared to controls. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Flu09 we don't currently have a built-in function to perform differential expression analysis on unspliced count matrices; however, we may be able to illustrate how to do this in the documentation. In the meantime, you may be able to do this using scanpy, which is installed as a dependency of pyrovelocity or can be installed separately. You might find this tutorial or another similar one helpful to review. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much. I want to ask which counts should be used the spliced or the unspliced? You probably meant to replace the normal counts with the matrix of one of them right? then find DEGs? |
Beta Was this translation helpful? Give feedback.
@Flu09 we don't currently have a built-in function to perform differential expression analysis on unspliced count matrices; however, we may be able to illustrate how to do this in the documentation.
In the meantime, you may be able to do this using scanpy, which is installed as a dependency of pyrovelocity or can be installed separately. You might find this tutorial or another similar one helpful to review.