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)

13 rows where transcript_id = 16457586

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
87511938 GT-AG 0 2.1965871028721068e-05 83 Gotom.A01G258900.1.v1.1 16457586 1 112948101 112948183 Gossypium tomentosum 34277 CAG|GTTAGCTTTA...TGTTTCTTATAA/ATGTTTCTTATA...AGCAG|AGT 2 1 21.474
87511939 GT-AG 0 1.000000099473604e-05 79 Gotom.A01G258900.1.v1.1 16457586 2 112948248 112948326 Gossypium tomentosum 34277 CAA|GTAAGAACCC...ATCTTTTTGCTT/TTTTTGGTCATC...TTTAG|GAT 0 1 22.925
87511940 GT-AG 0 7.181705041340291e-05 77 Gotom.A01G258900.1.v1.1 16457586 3 112948740 112948816 Gossypium tomentosum 34277 TAG|GTAACAAACT...GGGTTTTTATCA/GTTTTTATCAGT...TACAG|TTA 2 1 32.29
87511941 GT-AG 0 1.000000099473604e-05 77 Gotom.A01G258900.1.v1.1 16457586 4 112950240 112950316 Gossypium tomentosum 34277 CTG|GTTCGTTATC...TGAAATTTAACT/TGAAATTTAACT...TTCAG|GTC 0 1 64.558
87511942 GT-AG 0 1.000000099473604e-05 212 Gotom.A01G258900.1.v1.1 16457586 5 112950545 112950756 Gossypium tomentosum 34277 ATG|GTTAGTACTT...GATTTCATGATA/GTCGATTTCATG...TGCAG|GAA 0 1 69.728
87511943 GT-AG 0 1.000000099473604e-05 394 Gotom.A01G258900.1.v1.1 16457586 6 112951067 112951460 Gossypium tomentosum 34277 CAA|GTAAGTAACA...TCATCATTAACT/TCATCATTAACT...CATAG|CTG 1 1 76.757
87511944 GT-AG 0 5.019160998026287e-05 87 Gotom.A01G258900.1.v1.1 16457586 7 112951586 112951672 Gossypium tomentosum 34277 GCA|GTAAGTCCAT...GTTTCCGTAACA/TATCAAATAACC...TGTAG|ACC 0 1 79.592
87511945 GT-AG 0 1.000000099473604e-05 91 Gotom.A01G258900.1.v1.1 16457586 8 112951793 112951883 Gossypium tomentosum 34277 AAG|GTTTGAGCCT...ATAACCGTAAGA/AAGGTGATAACC...GATAG|GTT 0 1 82.313
87511946 GT-AG 0 1.000000099473604e-05 85 Gotom.A01G258900.1.v1.1 16457586 9 112952016 112952100 Gossypium tomentosum 34277 CGG|GTAAACGATC...TTTTTTTTGTTC/TTTTTGTTCATA...TGTAG|GTA 0 1 85.306
87511947 GT-AG 0 1.000000099473604e-05 91 Gotom.A01G258900.1.v1.1 16457586 10 112952224 112952314 Gossypium tomentosum 34277 AAG|GTCGGAATTA...GTTTTCTTTTTT/ATAATTATAATA...TGCAG|GTT 0 1 88.095
87511948 GT-AG 0 1.000000099473604e-05 1370 Gotom.A01G258900.1.v1.1 16457586 11 112952426 112953795 Gossypium tomentosum 34277 CAG|GTTAGTACAC...ATCTTCCTAATG/CTAATGTTTATA...ATCAG|GAG 0 1 90.612
87511949 GT-AG 0 1.000000099473604e-05 116 Gotom.A01G258900.1.v1.1 16457586 12 112953940 112954055 Gossypium tomentosum 34277 AAG|GTAATATTTT...TAAATTTTAAAA/TTTAAATTGATC...TGAAG|GTG 0 1 93.878
87511950 GT-AG 0 1.000000099473604e-05 903 Gotom.A01G258900.1.v1.1 16457586 13 112954308 112955210 Gossypium tomentosum 34277 CAG|GTCAGTCACT...TTTTCCTTTTTC/CTGGTGCTCATT...TACAG|GCT 0 1 99.592

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