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 = 38725041

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
214074199 GT-AG 0 1.000000099473604e-05 7637 rna-XM_026790592.1 38725041 1 44800050 44807686 Zonotrichia albicollis 44394 AAG|GTGAGGATGG...CTGCCCTTGTTT/ATTTTTTGAATC...CTCAG|CAG 0 1 4.399
214074200 GT-AG 0 1.000000099473604e-05 4260 rna-XM_026790592.1 38725041 2 44807806 44812065 Zonotrichia albicollis 44394 CCG|GTGAGTCCTG...GGAAATTTGATC/AATAAATTCATG...TGCAG|GGC 2 1 10.215
214074201 GT-AG 0 1.000000099473604e-05 2140 rna-XM_026790592.1 38725041 3 44812195 44814334 Zonotrichia albicollis 44394 GAG|GTGGGTGTGG...AGATTTTTAATC/AGATTTTTAATC...AACAG|GTT 2 1 16.52
214074202 GT-AG 0 1.000000099473604e-05 266 rna-XM_026790592.1 38725041 4 44814429 44814694 Zonotrichia albicollis 44394 AAG|GTGAGCTTTG...CTCCCTTTAAGT/CTTTAAGTAATA...TCCAG|GAT 0 1 21.114
214074203 GT-AG 0 1.000000099473604e-05 856 rna-XM_026790592.1 38725041 5 44814773 44815628 Zonotrichia albicollis 44394 CAG|GTGGGTGTCC...TCCCTCTTTTCC/TCTTTTCCCATC...CACAG|GCC 0 1 24.927
214074204 GT-AG 0 1.000000099473604e-05 685 rna-XM_026790592.1 38725041 6 44815754 44816438 Zonotrichia albicollis 44394 CTG|GTGGGTGCAG...CAGCTGTTGACT/CAGCTGTTGACT...TCCAG|GTA 2 1 31.036
214074205 GT-AG 0 1.000000099473604e-05 462 rna-XM_026790592.1 38725041 7 44816606 44817067 Zonotrichia albicollis 44394 CTG|GTGAGTGCCT...GAGCTTTTTTCT/CACAAGCTCACT...TCCAG|GTG 1 1 39.198
214074206 GT-AG 0 1.000000099473604e-05 105 rna-XM_026790592.1 38725041 8 44817256 44817360 Zonotrichia albicollis 44394 AGG|GTGAGGATTT...TCTCCCTTCCCT/CTGCCTCCCATC...CCCAG|GTG 0 1 48.387
214074207 GT-AG 0 1.000000099473604e-05 2045 rna-XM_026790592.1 38725041 9 44817518 44819562 Zonotrichia albicollis 44394 CCG|GTGAGTGCCA...GTGTCCCTGACC/CTCTCCCTAATC...CACAG|CTC 1 1 56.061
214074208 GT-AG 0 1.000000099473604e-05 1863 rna-XM_026790592.1 38725041 10 44819683 44821545 Zonotrichia albicollis 44394 TGG|GTGAGAACAA...GCTCCCTCTGCT/GTCGGGCTCAGC...CGCAG|GCA 1 1 61.926
214074209 GT-AG 0 1.000000099473604e-05 240 rna-XM_026790592.1 38725041 11 44821741 44821980 Zonotrichia albicollis 44394 ATC|GTGAGTGGGG...ACCCCCTTGTCT/CGTGAGGTCACC...ATCAG|CCA 1 1 71.457
214074210 GT-AG 0 1.000000099473604e-05 730 rna-XM_026790592.1 38725041 12 44822058 44822787 Zonotrichia albicollis 44394 CTG|GTACGTACAG...CATTCCATGTTT/AGGGAGCTGAAA...CCCAG|GGC 0 1 75.22
214074211 GT-AG 0 1.000000099473604e-05 857 rna-XM_026790592.1 38725041 13 44822935 44823791 Zonotrichia albicollis 44394 GCT|GTGAGTACCC...TTTCCCTCATTC/TTTTCCCTCATT...TGCAG|GAA 0 1 82.405
214074212 GT-AG 0 1.000000099473604e-05 83 rna-XM_026790592.1 38725041 14 44823951 44824033 Zonotrichia albicollis 44394 GCC|GTAAGTCACA...CCTGGCTTCACT/CCTGGCTTCACT...CCAAG|CAG 0 1 90.176

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 71.094ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)