@@ -51,22 +51,23 @@ donors and junctions in the transcriptome. The known acceptor, donor and junctio
51
51
information is computed from the GTF file and this information is then used to annotate the observed
52
52
junctions.
53
53
54
- The junctions are annotated using the following nomenclature(and as shown in the figure below.)
54
+ The junctions are annotated using the following nomenclature (and as shown in the figure below.)
55
55
56
- 1 . DA - This exon-exon junction is present in the transcriptome provided by the user(GTF)
57
- The ends of this junction are hence known donor and known acceptor sites according to the GTF file .
56
+ 1 . DA - The ends of this junction are known donor and known acceptor sites according to "annotations.gtf".
57
+ This junction is known to the transcriptome .
58
58
59
- 2 . NDA - This exon-exon junction is not present(novel) in the transcriptome provided by the user(GTF)
60
- The ends of this junction are known donor and known acceptor sites according to the GTF file.
61
59
62
- 3 . D - This exon-exon junction is not present(novel) in the transcriptome provided by the user(GTF)
63
- The donor of this junction is a known donor but the acceptor is novel.
60
+ 2 . NDA - The ends of this junction are known donor and known acceptor sites, according to "annotations.gtf".
61
+ This junction is not known to the transcriptome ( novel) .
64
62
65
- 4 . A - This exon-exon junction is not present(novel) in the transcriptome provided by the user(GTF)
66
- The acceptor of this junction is a known acceptor but the donor is novel.
63
+ 3 . D - The ends of this junction are a known donor site and a novel acceptor site, according to "annotations.gtf".
64
+ This junction is not known to the transcriptome ( novel) .
67
65
68
- 5 . N - This exon-exon junction is not present(novel) in the transcriptome provided by the user(GTF)
69
- The ends of this junction are hence not known donor/acceptor sites according to the GTF file.
66
+ 4 . A - The ends of this junction are a novel donor site and a known acceptor site, according to "annotations.gtf".
67
+ This junction is not known to the transcriptome (novel).
68
+
69
+ 5 . N - The ends of this junction are a novel donor site and a novel acceptor site, according to "annotations.gtf".
70
+ This junction is not known to the transcriptome (novel).
70
71
71
72
72
73
![ Anchor-annotation example] [ anchor_annotation ]
0 commit comments