-
Notifications
You must be signed in to change notification settings - Fork 4
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
Transcripts support different numbers of reads #66
Comments
ESPRESSO expects that some of the reads will cover all the splice junctions in the transcript that the read is from and that other reads will only cover some of the junctions in the transcript. If a read has a sequence of splice junctions that could have come from multiple different full length transcripts then ESPRESSO can assign a partial count for that read to each matching transcript Those different numbers are likely from different transcripts, not different positions of the same transcript. If you zoom in more you may see see more details about the transcripts |
And can the transcript ID be displayed in igv visualization? |
It looks like N1 and N2 are your sample names and you loaded the N1.bed and N2.bed files output from visualize.py. The image shown in the README doesn't load those sample level bed files. Instead it uses the transcript level bed files output under |
What was the command you ran? From https://github.com/Xinglab/espresso/tree/v1.4.0?tab=readme-ov-file#visualization-arguments
Based on that description it seems like |
Those numbers are from the abundance.esp file and they show the number of reads from that sample which ESPRESSO counted toward each isoform. If it's zero then ESPRESSO did not detect that transcript in that sample. Yes, you can use them for differential analysis (rMATS-long uses ESPRESSO output for differential analysis: https://github.com/Xinglab/rMATS-long) |
thank you for your reply |
The coordinates for those transcripts should be in the updated.gtf file. See this post for a way to get the sequence from the gtf and fasta: #48 |
okay, thank you |
Hello, can I use espresso to analyze fusion genes? If so, how do I do it and where can I see the results? |
ESPRESSO doesn't specifically look for fusion genes and it might filter out alignments for fusion genes. There is a filter for alignments with large insertions (defaults to 20bp): https://github.com/Xinglab/espresso/blob/v1.5.0/src/ESPRESSO_S.pl#L924 |
Hi there,Do I need full-length transcripts to use ESPRESSO? For example, if the reads are not full-length, do they need to be filtered out?
Why do different positions of the same transcript support different read numbers? For example, my image has 20 at the beginning and 178 at the end, and another image has 87.93 at the beginning and 100 at the end.
The text was updated successfully, but these errors were encountered: