Skip to content

Commit 4f30e59

Browse files
committed
document that novel transcript type is based on intron chain only (#265)
1 parent 6e310ab commit 4f30e59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/formats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ where `###` is the unique number (not necessarily consecutive), `XXX` is the chr
301301
* nic - novel in catalog, new transcript that contains only annotated introns;
302302
* nnic - novel not in catalog, new transcript that contains unannotated introns.
303303

304+
Note that this type is derived from the intron chain alone. Transcripts discovered in regions
305+
with no annotated genes have no annotated introns to match and are thus always labelled `nnic`,
306+
as are novel mono-exonic transcripts. Accordingly, such transcripts are reported as `intergenic`
307+
in `*.novel_vs_known.SQANTI-like.tsv`.
308+
304309
Each exon also has a unique ID stored in `exon_id` attribute.
305310

306311
In addition, each transcript contains `canonical` property if `--check_canonical` is set.

0 commit comments

Comments
 (0)