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

✎ 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
86766093 GT-AG 0 1.000000099473604e-05 88 Gomus.A01G033900.1.v1.1 16261805 1 2661379 2661466 Gossypium mustelinum 34275 AAG|GTAAGAAAAT...TGAGTGTTAATT/ATTATACTAAAT...TGTAG|GTT 0 1 18.04
86766094 GT-AG 0 2.811818966705156e-05 637 Gomus.A01G033900.1.v1.1 16261805 2 2661636 2662272 Gossypium mustelinum 34275 AAA|GTAAGTTTAT...ATTTATTTATTG/CATTTATTTATT...AACAG|GTT 1 1 23.199
86766095 GT-AG 0 1.000000099473604e-05 88 Gomus.A01G033900.1.v1.1 16261805 3 2662341 2662428 Gossypium mustelinum 34275 AGA|GTAAGGAAAC...AGATCATTACAA/AATATGATCACT...TGCAG|GAT 0 1 25.275
86766096 GT-AG 0 1.000000099473604e-05 93 Gomus.A01G033900.1.v1.1 16261805 4 2662640 2662732 Gossypium mustelinum 34275 TGG|GTAAAGAATT...AATACCTTATAG/AAATACCTTATA...TATAG|CCT 1 1 31.716
86766097 GT-AG 0 1.000000099473604e-05 72 Gomus.A01G033900.1.v1.1 16261805 5 2662810 2662881 Gossypium mustelinum 34275 AAG|GTAAAAATTG...AATTTCATGATG/CAAAATTTCATG...TGCAG|ATA 0 1 34.066
86766098 GT-AG 0 4.389485984096943e-05 92 Gomus.A01G033900.1.v1.1 16261805 6 2662982 2663073 Gossypium mustelinum 34275 GAA|GTAAGTTAGC...TCCCTCTTATAC/ATCTTGTTTATC...AAAAG|TAA 1 1 37.118
86766099 GT-AG 0 1.000000099473604e-05 86 Gomus.A01G033900.1.v1.1 16261805 7 2663173 2663258 Gossypium mustelinum 34275 AAG|GTTAATCAAG...GGAGCATAAACT/CATAAACTGAAT...TGCAG|GGA 1 1 40.14
86766100 GT-AG 0 1.000000099473604e-05 95 Gomus.A01G033900.1.v1.1 16261805 8 2663436 2663530 Gossypium mustelinum 34275 AAG|GTAATGCCAT...AAATTCTTATTT/TATATGTTTACT...TTCAG|CCG 1 1 45.543
86766101 GT-AG 0 0.001814542164463 85 Gomus.A01G033900.1.v1.1 16261805 9 2663817 2663901 Gossypium mustelinum 34275 AAG|GTATGCAATT...TTTACATTGATG/ATGTGGCTAATA...TGTAG|ACT 2 1 54.274
86766102 GT-AG 0 1.000000099473604e-05 102 Gomus.A01G033900.1.v1.1 16261805 10 2664064 2664165 Gossypium mustelinum 34275 CTG|GTCCGTCGAT...ATGTCTTTAAAT/ATGTCTTTAAAT...TGCAG|TAT 2 1 59.219
86766103 GT-AG 0 1.000000099473604e-05 98 Gomus.A01G033900.1.v1.1 16261805 11 2664382 2664479 Gossypium mustelinum 34275 CAG|GTTATAGAAA...TTCACTTTAATC/CTCGACTTCACT...TGCAG|GAA 2 1 65.812
86766104 GT-AG 0 7.301875444711909e-05 90 Gomus.A01G033900.1.v1.1 16261805 12 2664518 2664607 Gossypium mustelinum 34275 TAG|GTACATTTTC...AAATGATTAAAA/ATATAAATGATT...TGTAG|GAG 1 1 66.972
86766105 GT-AG 0 3.857567912149888e-05 95 Gomus.A01G033900.1.v1.1 16261805 13 2664772 2664866 Gossypium mustelinum 34275 ATG|GTACAACTAA...GTCATTTTGATG/ATGTTACTAATG...TTGAG|AAA 0 1 71.978
86766106 GT-AG 0 0.0001396409423595 88 Gomus.A01G033900.1.v1.1 16261805 14 2664987 2665074 Gossypium mustelinum 34275 AAG|GTATTTGATT...TCCTCATTAATC/ATTAATCTCATT...TCCAG|GTG 0 1 75.641

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