ConesaLab / SQANTI3

Tool for the Quality Control of Long-Read Defined Transcriptomes
GNU General Public License v3.0
198 stars 49 forks source link

Correction of the classfication of mono-exons #303

Closed alexpan00 closed 5 months ago

alexpan00 commented 5 months ago

Previously, mono-exons, not classified as FSM or ISM, and contained inside a transcript, were classified as NIC. Now, only those mono-exons spaning a whole intron of the transcript are considered NIC (by intron retention), otherwise, they are considered genic. On the other hand, mono-exons starting before the beginning or ending after the end of the reference transcript were classified as genic, even if they span a whole intron. Now, these transcripts that start/finish before/after the reference transcript and span a whole intron are classified as NIC.

While doing this I found a bug in the classification of ISM mono-exons (probably affecting a very limited number of transcripts). This has also been fixed.