Skip to content

Commit 8360f6b

Browse files
authored
Merge branch 'master' into docs_update
2 parents 1705260 + d9f8c05 commit 8360f6b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/commands/junctions-annotate.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,23 @@ donors and junctions in the transcriptome. The known acceptor, donor and junctio
5151
information is computed from the GTF file and this information is then used to annotate the observed
5252
junctions.
5353

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.)
5555

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.
5858

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.
6159

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).
6462

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).
6765

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).
7071

7172

7273
![Anchor-annotation example][anchor_annotation]

0 commit comments

Comments
 (0)