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

✎ 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
128510936 GT-AG 0 0.0378313880793888 1151 rna-XM_019390729.1 23617109 1 46841670 46842820 Nicotiana attenuata 49451 ACG|GTATTTTAGT...TTGTTTTTAAAC/ATGTTGCTAACT...ACTAG|ATC 1 1 10.065
128510937 GT-AG 0 1.000000099473604e-05 291 rna-XM_019390729.1 23617109 2 46843041 46843331 Nicotiana attenuata 49451 CAT|GTGAGTAATG...CAATCTTTAGTA/CAGGATCTTATG...CTCAG|GTC 2 1 17.571
128510938 GT-AG 0 2.504767984244329e-05 1401 rna-XM_019390729.1 23617109 3 46843443 46844843 Nicotiana attenuata 49451 ATG|GTAATTTCCT...CTTTCCTTCTTC/CTTCATCTGATT...TGAAG|GTC 2 1 21.358
128510939 GT-AG 0 0.0054656927062472 189 rna-XM_019390729.1 23617109 4 46844890 46845078 Nicotiana attenuata 49451 GAG|GTATTTTGAT...GGTCCTTTATCA/GATGTTTTGATT...ATCAG|GAT 0 1 22.927
128510940 GT-AG 0 1.852792712811436e-05 100 rna-XM_019390729.1 23617109 5 46845189 46845288 Nicotiana attenuata 49451 CAA|GTAGGTCATT...TGATTCTAAGCT/CCTGTCCTGACA...ATCAG|CTT 2 1 26.68
128510941 GT-AG 0 0.006199406597509 545 rna-XM_019390729.1 23617109 6 46845793 46846337 Nicotiana attenuata 49451 TTG|GTATGCATAC...TTCTCCTGAAAC/TTGTCACTTATT...TTCAG|GGT 2 1 43.876
128510942 GT-AG 0 0.0011698104946457 659 rna-XM_019390729.1 23617109 7 46846467 46847125 Nicotiana attenuata 49451 TGG|GTATGTACAA...ATGTTCTTATAT/GATGTTCTTATA...TACAG|AGG 2 1 48.277
128510943 GT-AG 0 6.214030108300552e-05 72 rna-XM_019390729.1 23617109 8 46847426 46847497 Nicotiana attenuata 49451 CAT|GTAGGTCTGG...TTTCCCATATTT/TATTTTTTCATT...TTCAG|AAA 2 1 58.512
128510944 GT-AG 0 1.1860920398226496e-05 119 rna-XM_019390729.1 23617109 9 46847957 46848075 Nicotiana attenuata 49451 GAG|GTGTGTCTCT...ATGTGCTTGATT/ATGTGCTTGATT...TTCAG|GTT 2 1 74.173
128510945 GT-AG 0 1.318572282029698e-05 1827 rna-XM_019390729.1 23617109 10 46848142 46849968 Nicotiana attenuata 49451 CAG|GTAAACCTGT...GGGTGTTTATTG/TGGGTGTTTATT...ACCAG|GTA 2 1 76.424
128510946 GT-AG 0 0.0005122792154217 82 rna-XM_019390729.1 23617109 11 46850030 46850111 Nicotiana attenuata 49451 GGA|GTAAGCTTTT...GAAACTTTGGAG/TTTGGAGTTACG...TTTAG|GTG 0 1 78.506
128510947 GT-AG 0 0.0001761472318684 129 rna-XM_019390729.1 23617109 12 46850262 46850390 Nicotiana attenuata 49451 CAG|GTAATCCTCC...ATTTCATTAACT/GATTATTTCATT...TTCAG|AAC 0 1 83.623
128510948 GT-AG 0 1.000000099473604e-05 232 rna-XM_019390729.1 23617109 13 46850529 46850760 Nicotiana attenuata 49451 CAG|GTAAAATGAC...TTGATCTTAAAA/TTTTTGCTTAAA...TACAG|TCA 0 1 88.332
128510949 GT-AG 0 1.000000099473604e-05 1099 rna-XM_019390729.1 23617109 14 46851054 46852152 Nicotiana attenuata 49451 AAG|GTCATTATTG...TGTTTCTTGATT/TGTTTCTTGATT...TGTAG|ATT 2 1 98.328

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