home / WtMTA

introns

Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)

id
INTEGER (primary key), globally unique identifier for each intron
dinucleotide_pair
TEXT, terminal dinucleotide sequences of the intron
is_minor
INTEGER, indicates if the intron is a minor intron (1) or not (0)
score
REAL, score representing the probability (0-100%) of the intron being minor
length
INTEGER, length of the intron in base pairs
transcript_id
INTEGER (foreign key referencing transcripts(id)), parent transcript
ordinal_index
INTEGER, ordinal position of the intron within the transcript (e.g., 3 for the third intron)
start
INTEGER, start position of the intron in the genome
end
INTEGER, end position of the intron in the genome
taxonomy_id
INTEGER (foreign key referencing genomes(taxonomy_id)), NCBI taxonomy identifier for species
scored_motifs
TEXT, motifs scored for the intron
phase
INTEGER, phase of the intron in coding sequence (0, 1, or 2 or null for introns outside of coding sequence)
in_cds
INTEGER, indicates if the intron is within the coding sequence (1) or not (0; e.g., UTR introns)
relative_position
REAL, relative position of the intron within the transcript (as a percentage of coding length)

14 rows where transcript_id = 38725033

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
214074109 GT-AG 0 1.000000099473604e-05 1559 rna-XM_014274760.2 38725033 1 27102788 27104346 Zonotrichia albicollis 44394 CCT|GTAAGTAGCC...AATGTCTTGTTT/TTTATGTTTATT...TTCAG|AGT 0 1 5.99
214074110 GT-AG 0 1.000000099473604e-05 1249 rna-XM_014274760.2 38725033 2 27104493 27105741 Zonotrichia albicollis 44394 TAG|GTAAGTGTTT...TTCTCTTTTACT/TTCTCTTTTACT...TGCAG|AGT 2 1 12.517
214074111 GT-AG 0 0.0003271272432732 401 rna-XM_014274760.2 38725033 3 27105902 27106302 Zonotrichia albicollis 44394 AAG|GTATGTTGAG...TCTATTTGAACT/TTCTATTTGAAC...TTCAG|ACT 0 1 19.669
214074112 GT-AG 0 1.000000099473604e-05 5573 rna-XM_014274760.2 38725033 4 27106407 27111979 Zonotrichia albicollis 44394 AAG|GTAAGTTGTC...AATTTTGTAACT/GTAACTTTCATT...TGCAG|CTT 2 1 24.318
214074113 GT-AG 0 1.000000099473604e-05 281 rna-XM_014274760.2 38725033 5 27112098 27112378 Zonotrichia albicollis 44394 CAG|GTAATCAGGC...TTTTTCTTTTTT/TTTTTTTGCATT...TATAG|CAC 0 1 29.593
214074114 GT-AG 0 1.000000099473604e-05 1060 rna-XM_014274760.2 38725033 6 27112570 27113629 Zonotrichia albicollis 44394 AAG|GTGCAGCATT...TTTTTTTTATTT/TTTTTTTTTATT...AACAG|CAA 2 1 38.131
214074115 GT-AG 0 1.000000099473604e-05 1455 rna-XM_014274760.2 38725033 7 27113731 27115185 Zonotrichia albicollis 44394 AAG|GTAATTGGAA...TTGATATTAACC/TTGATATTAACC...TGCAG|CTG 1 1 42.646
214074116 GT-AG 0 1.000000099473604e-05 446 rna-XM_014274760.2 38725033 8 27115319 27115764 Zonotrichia albicollis 44394 ATG|GTAAAGTATT...TATTTCTTTCCT/CTGTGTGTCATT...CCTAG|TAT 2 1 48.592
214074117 GT-AG 0 1.000000099473604e-05 271 rna-XM_014274760.2 38725033 9 27116023 27116293 Zonotrichia albicollis 44394 AAG|GTACTTGAAA...TCTTTTGTAATT/TTGTAATTTATT...CTAAG|GGA 2 1 60.125
214074118 GT-AG 0 0.0006143856330126 1989 rna-XM_014274760.2 38725033 10 27116763 27118751 Zonotrichia albicollis 44394 TTG|GTAAGTTTTA...TAATTTTTAATC/TAATTTTTAATC...AATAG|AAA 0 1 81.091
214074119 GT-AG 0 1.000000099473604e-05 1206 rna-XM_014274760.2 38725033 11 27118824 27120029 Zonotrichia albicollis 44394 TTG|GTAAGGAGCC...TTTTTCTTCCCA/TGTCTGTTCACA...ATAAG|AAC 0 1 84.309
214074120 GT-AG 0 1.000000099473604e-05 988 rna-XM_014274760.2 38725033 12 27120186 27121173 Zonotrichia albicollis 44394 AAG|GTTGGTGTGT...GATCTTTTATTT/TAAGAATTTATT...AACAG|GTA 0 1 91.283
214074121 GT-AG 0 1.000000099473604e-05 992 rna-XM_014274760.2 38725033 13 27121288 27122279 Zonotrichia albicollis 44394 GAG|GTAAGAAATT...TTATCCTTAACA/AGATGGCTCATT...CTCAG|GAA 0 1 96.379
214074122 GT-AG 0 1.000000099473604e-05 1659 rna-XM_014274760.2 38725033 14 27122330 27123988 Zonotrichia albicollis 44394 TAG|GTAAGACTTT...TTTTACTTATTT/GTTTTACTTATT...TGCAG|ATA 2 1 98.614

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "introns" (
"id" INTEGER,
  "dinucleotide_pair" TEXT,
  "is_minor" INTEGER,
  "score" REAL,
  "length" INTEGER,
  "transcript_id" INTEGER,
  "ordinal_index" INTEGER,
  "start" INTEGER,
  "end" INTEGER,
  "taxonomy_id" INTEGER,
  "scored_motifs" TEXT,
  "phase" INTEGER,
  "in_cds" INTEGER,
  "relative_position" REAL
  ,PRIMARY KEY ([id]),
   FOREIGN KEY([transcript_id]) REFERENCES [transcripts]([id]),
   FOREIGN KEY([taxonomy_id]) REFERENCES [genomes]([taxonomy_id])
);
CREATE INDEX [idx_introns_transcript_id]
    ON [introns] ([transcript_id]);
CREATE INDEX [idx_introns_taxonomy_id]
    ON [introns] ([taxonomy_id]);
CREATE INDEX [idx_introns_phase]
    ON [introns] ([phase]);
CREATE INDEX [idx_introns_is_minor]
    ON [introns] ([is_minor]);
CREATE INDEX [idx_introns_dinucleotide_pair]
    ON [introns] ([dinucleotide_pair]);
CREATE INDEX [idx_introns_score]
    ON [introns] ([score]);
CREATE INDEX [idx_introns_in_cds]
    ON [introns] ([in_cds]);
Powered by Datasette · Queries took 83.976ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)