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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
214074024 GT-AG 0 1.000000099473604e-05 82 rna-XM_005479659.2 38725027 2 45181157 45181238 Zonotrichia albicollis 44394 CAG|GTAAGGGTGG...TTTTCCATGAAA/CTGTGTGTGACA...TTCAG|GGA 0 1 19.713
214074025 GT-AG 0 1.000000099473604e-05 203 rna-XM_005479659.2 38725027 3 45181524 45181726 Zonotrichia albicollis 44394 CCG|GTAAGAGCAG...TTTTCCCTAGCT/GGATTTTTCACT...TTCAG|GAA 0 1 31.743
214074026 GT-AG 0 1.000000099473604e-05 641 rna-XM_005479659.2 38725027 4 45181797 45182437 Zonotrichia albicollis 44394 AAA|GTAGGTGATC...GCTCCCCTGATG/GCTCCCCTGATG...ATCAG|GTT 1 1 34.698
214074027 GT-AG 0 1.000000099473604e-05 485 rna-XM_005479659.2 38725027 5 45182659 45183143 Zonotrichia albicollis 44394 CTG|GTGAGGCTGG...AATTCCATAAAT/CTCTTTTCCACC...CCCAG|GAT 0 1 44.027
214074028 GT-AG 0 1.000000099473604e-05 1145 rna-XM_005479659.2 38725027 6 45183298 45184442 Zonotrichia albicollis 44394 TCA|GTGAGTCCTC...AATTCCTTTTCT/GCAGAGTTGACC...TGCAG|GAG 1 1 50.528
214074029 GT-AG 0 1.000000099473604e-05 621 rna-XM_005479659.2 38725027 7 45184582 45185202 Zonotrichia albicollis 44394 CAG|GTAAGGACCT...AAACCCTCAAAC/CTCAAACTTAAA...CACAG|CCT 2 1 56.395
214074030 GT-AG 0 1.000000099473604e-05 395 rna-XM_005479659.2 38725027 8 45185314 45185708 Zonotrichia albicollis 44394 TAG|GTGAGTGTAG...TTTCCCTCACCT/GTTTCCCTCACC...CCCAG|GAG 2 1 61.081
214074031 GT-AG 0 1.000000099473604e-05 719 rna-XM_005479659.2 38725027 9 45185801 45186519 Zonotrichia albicollis 44394 AAG|GTGAGGAGCT...ATGGTCTGATCC/TCTCCTCTCACT...TCCAG|ATC 1 1 64.964
214074032 GT-AG 0 6.206820466454921e-05 1031 rna-XM_005479659.2 38725027 10 45186587 45187617 Zonotrichia albicollis 44394 CCA|GTAAGTTTCC...AATCCCATGAGT/TGTGTCCCCACA...TGCAG|GTC 2 1 67.792
214074033 GT-AG 0 1.000000099473604e-05 244 rna-XM_005479659.2 38725027 11 45187748 45187991 Zonotrichia albicollis 44394 GAG|GTGAGTCCAG...CCCTTTTTATTT/TCCCTTTTTATT...CCCAG|ATC 0 1 73.28
214074034 GT-AG 0 1.000000099473604e-05 171 rna-XM_005479659.2 38725027 12 45188101 45188271 Zonotrichia albicollis 44394 ACA|GTGAGTGATG...TCCCTCTGAGCT/CTCCCTCTGAGC...GGCAG|GTC 1 1 77.881
214074035 GT-AG 0 0.0002962965552164 532 rna-XM_005479659.2 38725027 13 45188391 45188922 Zonotrichia albicollis 44394 CAG|GTATTCCATG...CACCCCGTCCCC/GTTGTGCCAATG...CTCAG|GTT 0 1 82.904
214074036 GT-AG 0 1.000000099473604e-05 736 rna-XM_005479659.2 38725027 14 45189143 45189878 Zonotrichia albicollis 44394 ACG|GTGAGGGAAC...TTTTTCTTCCTC/TGGTTTGGGATT...CTCAG|GTG 1 1 92.191
214075715 GT-AG 0 1.000000099473604e-05 1871 rna-XM_005479659.2 38725027 1 45178819 45180689 Zonotrichia albicollis 44394 ACG|GTGAGGGGAG...GAATCCTTCGCC/CCAACACTCACA...CCCAG|GGG   0 0.464

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