We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi rMATS team, I need to use rmats-long to analysis my long-read RNA-seq data. Can I use rmats2sashimiplot to visualize my results? Thank you.
The text was updated successfully, but these errors were encountered:
rmats2sashimiplot is intended for short-read data and it can use output from https://github.com/Xinglab/rmats-turbo. You can also run rmats2sashimiplot without rMATS output (https://github.com/Xinglab/rmats2sashimiplot/tree/v3.0.0?tab=readme-ov-file#bam-files-with-coordinate-and-annotation) but I don't think it will work well with long-read data. One issue is that rmats2sashimiplot filters out reads that have an insertion or deletion and that could be a large proportion of long-reads: https://github.com/Xinglab/rmats2sashimiplot/blob/v3.0.0/src/MISO/misopy/sashimi_plot/plot_utils/plot_gene.py#L557
Sorry, something went wrong.
No branches or pull requests
Hi rMATS team,
I need to use rmats-long to analysis my long-read RNA-seq data. Can I use rmats2sashimiplot to visualize my results?
Thank you.
The text was updated successfully, but these errors were encountered: