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

✎ 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
128509948 GT-AG 0 0.0004240415402416 991 rna-XM_019392785.1 23617030 1 63403544 63404534 Nicotiana attenuata 49451 ATA|GTAAGTTTCA...TCCCTCTTAGAT/TATTTACTCATA...TTCAG|GTT 1 1 5.331
128509949 GT-AG 0 0.0010551609714333 6110 rna-XM_019392785.1 23617030 2 63407205 63413314 Nicotiana attenuata 49451 CAG|GTATTTATGA...TTGAGCTTGACC/TACTTGCTAATT...TATAG|GTA 1 1 40.648
128509950 GT-AG 0 1.000000099473604e-05 697 rna-XM_019392785.1 23617030 3 63413754 63414450 Nicotiana attenuata 49451 AAG|GTAAAGTCTA...CATTCATTGATG/TTGCTTCTAATT...CCTAG|GTT 2 1 46.455
128509951 GT-AG 0 0.0009054852745868 364 rna-XM_019392785.1 23617030 4 63414680 63415043 Nicotiana attenuata 49451 AAG|GTACTTTTTT...GCAACTCTGACT/GCAACTCTGACT...TGCAG|ATG 0 1 49.484
128509952 GT-AG 0 2.5603936376366607e-05 584 rna-XM_019392785.1 23617030 5 63415209 63415792 Nicotiana attenuata 49451 CAG|GTAATTTTTA...AGTTGCTTAGAA/TCGTTACTCAAC...TTTAG|GAA 0 1 51.667
128509953 GT-AG 0 0.0038681770042136 121 rna-XM_019392785.1 23617030 6 63416066 63416186 Nicotiana attenuata 49451 GAG|GTATTCAGCT...GTTCCCTTGTTT/TATATACTCATT...TGCAG|TGG 0 1 55.278
128509954 GT-AG 0 0.000236321042439 1198 rna-XM_019392785.1 23617030 7 63416433 63417630 Nicotiana attenuata 49451 CCT|GTAAGTTCAT...GTTTTCCTATCT/TTTTTTTGCATT...GTAAG|CTT 0 1 58.532
128509955 GT-AG 0 1.9621597442851788 92 rna-XM_019392785.1 23617030 8 63418024 63418115 Nicotiana attenuata 49451 TTG|GTATCTCTAC...TTTTCCTTTTTC/GGAGGACTGATT...TTCAG|ACT 0 1 63.73
128509956 GT-AG 0 0.0001673205452795 125 rna-XM_019392785.1 23617030 9 63419505 63419629 Nicotiana attenuata 49451 GAG|GTAATTCTTC...TCTTTCTTGATG/TCTTTCTTGATG...AGCAG|GCT 0 1 82.103
128509957 GT-AG 0 1.000000099473604e-05 842 rna-XM_019392785.1 23617030 10 63419687 63420528 Nicotiana attenuata 49451 AAG|GTAAGACTGT...TCTTCTATATTT/TGTAAAGTCAAT...TTCAG|GGA 0 1 82.857
128509958 GT-AG 0 1.000000099473604e-05 309 rna-XM_019392785.1 23617030 11 63420934 63421242 Nicotiana attenuata 49451 GAG|GTAAAACATT...TAAATTTTGATA/TAAATTTTGATA...TGCAG|TTT 0 1 88.214
128509959 GT-AG 0 0.0003145651036389 644 rna-XM_019392785.1 23617030 12 63421467 63422110 Nicotiana attenuata 49451 ATC|GTAAGCACCC...GCTTTCTTATAA/TGCTTTCTTATA...TGCAG|GGA 2 1 91.177
128509960 GT-AG 0 0.0001644937010114 613 rna-XM_019392785.1 23617030 13 63422245 63422857 Nicotiana attenuata 49451 AAG|GTTTGTTTGT...AAGCTTTTAGCT/AGATTATTGACC...TCCAG|GAG 1 1 92.95
128509961 GT-AG 0 2.0016173761466732e-05 100 rna-XM_019392785.1 23617030 14 63423110 63423209 Nicotiana attenuata 49451 CAG|GTATTGGACC...TCTACTTTATCT/TTTTCTCTAATT...TGCAG|GGA 1 1 96.283
128509962 GT-AG 0 0.0115984346308051 95 rna-XM_019392785.1 23617030 15 63423389 63423483 Nicotiana attenuata 49451 CAG|GTAACTTTTT...AGATCCTGAGTT/GAGATCCTGAGT...TTCAG|GCA 0 1 98.651

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