-
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
Unclear output from ESPRESSO_Q summary.txt #78
Comments
Here's where the summary file is written: https://github.com/Xinglab/espresso/blob/v1.5.0/src/ESPRESSO_Q.pl#L985 The 'NIC splice junction chains' line is from 'num_nic_chains' which is set here: https://github.com/Xinglab/espresso/blob/v1.5.0/src/ESPRESSO_Q_Thread.pm#L826 A novel chain is validated if it meets the --read_num_cutoff and --read_ratio_cutoff for each junction: https://github.com/Xinglab/espresso/blob/v1.5.0/src/ESPRESSO_Q.pl#L119 'number of detected NIC isoforms' is from 'num_nic_isoforms_detected' which is set here: https://github.com/Xinglab/espresso/blob/v1.5.0/src/ESPRESSO_Q_Thread.pm#L2574 |
Thanks for the quick reply:
|
I don't know the details of how SQANTI works. You may get different results For the ISM SJ chains, if there is a read for an FSM chain that the ISM chain is a part of then the ISM chain won't result in a novel detected isoform. If that ISM chain doesn't have an FSM chain with a supporting read then the ISM chain could be one of the 'detected novel ISM isoforms'. The novel ISM chains, like the NIC and NNC chains, are only 'detected' if they are the longest chain (not a sub-chain) |
Hello,
I would like a clarification on what is exactly shown in each row in the summary.txt of ESPRESSO_Q:
For example, in this output:
Thanks a lot
The text was updated successfully, but these errors were encountered: