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)

15 rows where transcript_id = 33469727

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
187538706 GT-AG 0 1.000000099473604e-05 1397 rna-XM_021462404.1 33469727 1 9669020 9670416 Sorghum bicolor 4558 TGA|GTAAGTGCCA...AATATTTTAAAC/TTTAAACTTATG...TGCAG|TGA 2 1 27.418
187538707 GT-AG 0 1.000000099473604e-05 98 rna-XM_021462404.1 33469727 2 9670502 9670599 Sorghum bicolor 4558 CAG|GTTATAGCTG...CCAGCTCTAATT/ACATTTCTCACT...TTCAG|GAA 0 1 29.352
187538708 GT-AG 0 6.055992174827149e-05 148 rna-XM_021462404.1 33469727 3 9670663 9670810 Sorghum bicolor 4558 AAG|GTACTGTGCT...CATGTCTTGATA/TTGATATTGATG...TGCAG|GAA 0 1 30.785
187538709 GT-AG 0 1.000000099473604e-05 457 rna-XM_021462404.1 33469727 4 9670969 9671425 Sorghum bicolor 4558 CAG|GTACAAAACT...ATTTTTTCAGCT/AATTTTTTCAGC...TGCAG|AGA 2 1 34.38
187538710 GT-AG 0 1.000000099473604e-05 85 rna-XM_021462404.1 33469727 5 9671502 9671586 Sorghum bicolor 4558 GAG|GTTAGCCTTC...GTTTTCTTGTTC/CATGTTCTCAGT...TTCAG|ATG 0 1 36.109
187538711 GT-AG 0 1.000000099473604e-05 206 rna-XM_021462404.1 33469727 6 9671647 9671852 Sorghum bicolor 4558 GAG|GTAAAAGTTA...TATCTCTTGTCT/TACCTTCTCATT...TTCAG|GTT 0 1 37.474
187538712 GT-AG 0 0.0007133570304814 529 rna-XM_021462404.1 33469727 7 9671961 9672489 Sorghum bicolor 4558 TGG|GTATGTCATG...TATTCCTTTTTA/TTCCTTTTTACT...TGTAG|ACA 0 1 39.932
187538713 GT-AA 0 0.0001665052914803 2813 rna-XM_021462404.1 33469727 8 9672696 9675508 Sorghum bicolor 4558 ATA|GTATTGATAT...TCGGCATTGCTG/ACACCGCTGAGA...TAAAA|CGA 2 1 44.619
187538714 GT-AG 0 1.000000099473604e-05 1112 rna-XM_021462404.1 33469727 9 9676071 9677182 Sorghum bicolor 4558 CAG|GTGAGGTCCC...ATTTACTTAGTT/TTTATTTTCACT...TTCAG|ACA 0 1 57.406
187538715 GT-AG 0 1.000000099473604e-05 263 rna-XM_021462404.1 33469727 10 9677275 9677537 Sorghum bicolor 4558 ACT|GTAAGATCAG...TTCTTCTCACCT/ATTCTTCTCACC...GTTAG|GTT 2 1 59.499
187538716 GT-AG 0 8.002171325249234e-05 1216 rna-XM_021462404.1 33469727 11 9677689 9678904 Sorghum bicolor 4558 AAG|GTATGGATCA...GGTTGCTTGATA/TTTCTTCTGAAA...TTCAG|ATA 0 1 62.935
187538717 GT-AG 0 3.618126240962093e-05 102 rna-XM_021462404.1 33469727 12 9679037 9679138 Sorghum bicolor 4558 AAT|GTAAGTCCTA...ATAACTTTAATT/ATAACTTTAATT...CATAG|GTG 0 1 65.939
187538718 GC-AG 0 1.000000099473604e-05 77 rna-XM_021462404.1 33469727 13 9679289 9679365 Sorghum bicolor 4558 CAG|GCAAGGGTCT...TTGTGCTTAATG/ATGTTATTCACT...CTCAG|ATA 0 1 69.352
187538719 GT-AG 0 1.2703511269111496e-05 95 rna-XM_021462404.1 33469727 14 9680410 9680504 Sorghum bicolor 4558 ATG|GTGACTCCTG...GTGTTCCTAACA/GTGTTCCTAACA...TGCAG|GAC 0 1 93.106
187538720 GT-AG 0 1.000000099473604e-05 98 rna-XM_021462404.1 33469727 15 9680672 9680769 Sorghum bicolor 4558 CAG|GTGCGCTATC...ATCTTCTAAGAT/GATATTGTAATC...TGCAG|AAG 2 1 96.906

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