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

✎ 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
128510724 GT-AG 0 2.391365370266196e-05 1443 rna-XM_019396497.1 23617091 1 6835686 6837128 Nicotiana attenuata 49451 CAC|GTAAGTTCAT...TGTTTTTGGATT/TTTGGATTCAAC...CGCAG|ACA 1 1 3.214
128510725 GT-AG 0 0.000250980774893 535 rna-XM_019396497.1 23617091 2 6837532 6838066 Nicotiana attenuata 49451 AAG|GTATTTATAC...GTTATCTAATTC/AGTTATCTAATT...TTTAG|GGA 2 1 16.168
128510726 GT-AG 0 1.000000099473604e-05 82 rna-XM_019396497.1 23617091 3 6838245 6838326 Nicotiana attenuata 49451 AAG|GTGTGAGTGG...TCTTTCTCAGCT/CTCTTTCTCAGC...TATAG|GTA 0 1 21.89
128510727 GT-AG 0 1.000000099473604e-05 1483 rna-XM_019396497.1 23617091 4 6838467 6839949 Nicotiana attenuata 49451 CGG|GTGAGTTAAT...TTGGACTTGATT/ACTTGATTTATT...TGCAG|GTA 2 1 26.39
128510728 GT-AG 0 2.203833669410279e-05 189 rna-XM_019396497.1 23617091 5 6840824 6841012 Nicotiana attenuata 49451 AGG|GTATGTGCAT...TGCCTTTTAAGA/TTGTGGCTCACT...CCTAG|GTT 0 1 54.484
128510729 GT-AG 0 0.0048359159041419 193 rna-XM_019396497.1 23617091 6 6841114 6841306 Nicotiana attenuata 49451 AAG|GTATTGTTTC...CTTTGTTTAGCT/GTTTAGCTGATA...AGCAG|ATA 2 1 57.731
128510730 GT-AG 0 0.0071664425172015 80 rna-XM_019396497.1 23617091 7 6841452 6841531 Nicotiana attenuata 49451 CAA|GTATGGTTCT...GTTGCTTTAGAT/GGTTGCTTTAGA...AACAG|GAT 0 1 62.392
128510731 GT-AG 0 0.0506628096137713 96 rna-XM_019396497.1 23617091 8 6841601 6841696 Nicotiana attenuata 49451 AAG|GTATGTTTTC...GCTGTTTTAACC/GCTGTTTTAACC...TGAAG|AAC 0 1 64.609
128510732 GT-AG 0 6.811246244464348e-05 7386 rna-XM_019396497.1 23617091 9 6841743 6849128 Nicotiana attenuata 49451 CAG|GTACTTCAAC...GTTACTTTATTT/TAAAAACTGACT...AACAG|TTA 1 1 66.088
128510733 GT-AG 0 0.0002175471413634 146 rna-XM_019396497.1 23617091 10 6849581 6849726 Nicotiana attenuata 49451 GAG|GTATATCCAT...TCAGTTTTACTC/GTTTTACTCACT...TTCAG|TGG 0 1 80.617
128510734 GT-AG 0 1.000000099473604e-05 639 rna-XM_019396497.1 23617091 11 6849807 6850445 Nicotiana attenuata 49451 AAG|GTGACAACAT...CCATCATTAAAG/GAACATCTAACA...TGCAG|AAG 2 1 83.189
128510735 GT-AG 0 0.0002716141539555 718 rna-XM_019396497.1 23617091 12 6850582 6851299 Nicotiana attenuata 49451 GAT|GTAAGCATTT...TTGGTCGTGACT/CTGTTGCTGATT...CCTAG|GTT 0 1 87.56
128510736 GT-AG 0 1.000000099473604e-05 451 rna-XM_019396497.1 23617091 13 6851481 6851931 Nicotiana attenuata 49451 ATG|GTAAGTGTGC...TCCTCTTTAAAT/AAATTATTAACT...CTTAG|ATG 1 1 93.378
128510737 GT-AG 0 1.000000099473604e-05 82 rna-XM_019396497.1 23617091 14 6852015 6852096 Nicotiana attenuata 49451 CAG|GTAAAACCTC...TTCTGCTGAACT/TTCCTATTTACA...TGCAG|TCT 0 1 96.046

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