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

✎ 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
128510195 GT-AG 0 0.1825609233230642 2913 rna-XM_019403213.1 23617044 1 67228061 67230973 Nicotiana attenuata 49451 AAC|GTATCTGGAA...AGATCCTCAATA/AAGATCCTCAAT...TGTAG|GTG 0 1 4.106
128510196 GT-AG 0 1.000000099473604e-05 1091 rna-XM_019403213.1 23617044 2 67231124 67232214 Nicotiana attenuata 49451 AAT|GTAATAATTT...TTTTCGTTAGTC/CATGTTCTCATG...TGCAG|GAG 0 1 7.585
128510197 GT-AG 0 1.000000099473604e-05 97 rna-XM_019403213.1 23617044 3 67232760 67232856 Nicotiana attenuata 49451 TAG|GTAGTTGCTT...AAATCCATGAAA/ATTGTGCTCATA...ATCAG|GGA 2 1 20.227
128510198 GT-AG 0 3.2423258299284527e-05 784 rna-XM_019403213.1 23617044 4 67233137 67233920 Nicotiana attenuata 49451 AGG|GTTTGTATCA...CATTTTTTGTTT/GACATCCGCATT...TGTAG|CCT 0 1 26.722
128510199 GT-AG 0 1.000000099473604e-05 1551 rna-XM_019403213.1 23617044 5 67234214 67235764 Nicotiana attenuata 49451 CAG|GTAGTGCTTC...GTTATTTTGAAC/TTTGAACTGATC...ATTAG|ACA 2 1 33.519
128510200 GT-AG 0 4.0903721609850864e-05 183 rna-XM_019403213.1 23617044 6 67235942 67236124 Nicotiana attenuata 49451 CAA|GTATGAGAGA...CATTCCTTACAC/CCTATTTTTACA...TCCAG|TAC 2 1 37.625
128510201 GT-AG 0 1.000000099473604e-05 100 rna-XM_019403213.1 23617044 7 67236860 67236959 Nicotiana attenuata 49451 AAG|GTTGAACATT...AACTTCTGATTT/TAACTTCTGATT...TGCAG|CAA 2 1 54.674
128510202 GT-AG 0 0.0004181024719841 73 rna-XM_019403213.1 23617044 8 67237055 67237127 Nicotiana attenuata 49451 TAG|GTATTGTAGC...TGATTTTTATTG/TTGATTTTTATT...ATTAG|TTG 1 1 56.878
128510203 GT-AG 0 0.1571834145744994 141 rna-XM_019403213.1 23617044 9 67237188 67237328 Nicotiana attenuata 49451 CTG|GTATACTATC...AAAATCTTATTA/GATTTATTGATT...TGCAG|CTC 1 1 58.27
128510204 GT-AG 0 1.000000099473604e-05 2783 rna-XM_019403213.1 23617044 10 67237418 67240200 Nicotiana attenuata 49451 CAG|GTGGAAGGTC...CTACTTATGACT/GACTTTCTGATA...AACAG|ATA 0 1 60.334
128510205 GT-AG 0 2.628146918027088e-05 104 rna-XM_019403213.1 23617044 11 67240798 67240901 Nicotiana attenuata 49451 GAG|GTAGGTTGTT...TAATCCTTGTTT/GTTTTGCTGATT...TGTAG|TCT 0 1 74.182
128510206 GT-AG 0 9.908775861557294e-05 1687 rna-XM_019403213.1 23617044 12 67240977 67242663 Nicotiana attenuata 49451 ATG|GTAAGTTTTA...GGAGCCTTACTC/GCCTTACTCATG...TGTAG|GTT 0 1 75.922
128510207 GT-AG 0 0.0001351952004346 92 rna-XM_019403213.1 23617044 13 67242735 67242826 Nicotiana attenuata 49451 GAA|GTACATAAAT...CTTTGCTTAGTA/GTACTATTCATT...TACAG|GGA 2 1 77.569
128510208 GT-AG 0 3.135521382025684e-05 844 rna-XM_019403213.1 23617044 14 67242885 67243728 Nicotiana attenuata 49451 ATG|GTAATTTGAA...TGAATCTTGAAG/AAGTTGTTGAAT...GACAG|AGT 0 1 78.914
128510209 GT-AG 0 0.5354145252726555 116 rna-XM_019403213.1 23617044 15 67244000 67244115 Nicotiana attenuata 49451 CAG|GTATTCTTTT...AAATTTTTATTA/TAAATTTTTATT...TGCAG|CTT 1 1 85.201

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