-
Notifications
You must be signed in to change notification settings - Fork 56
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
plot error #145
Comments
Those warnings about tick labels should not affect the output, but the latest master branch includes a change to avoid the warning: #141 My guess is that the plot shows very few junction reads because they are being filtered out. You have ONT data which likely have insertions and deletions, but rmats2sashimiplot is designed for short-read data where insertions and deletions are less common: #33 (comment) I don't think there is a limit on the |
Thanks! Is there any software suitable for long-read RNA-seq (especially ONT DRS) that is capable of drawing sashimi plots? |
IGV has a sashimi plot feature: I also tried https://github.com/guigolab/ggsashimi |
Thank you very much for your reply. I've tried to draw sashimiplot with IGV before, but the drawing my boss didn't feel satisfied, maybe a little ugly in his opinion. |
Hi @EricKutschera
python rmats2sashimiplot.py --b1 Y1_5_1.bam,Y1_5_2.bam --b2 Y2_5_1.bam,Y2_5_2.bam -c A03:-:347256:450665:./quant.transcript_models.gff3 --l1 s1 --l2 s2 --exon_s 1 --intron_s 5 -o test5dpa
Is this error due to a different version? Junction reads are almost invisible here。
And another question
-c
Whether or not there is a limit on the distance lengthMy data is ONT DRS
The text was updated successfully, but these errors were encountered: