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

✎ 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
209597980 GT-AG 0 0.0011672583081513 126 rna-XM_014656704.2 37957402 1 5904221 5904346 Vigna radiata 157791 TTG|GTACTGTTTT...GGGTTTTTATCT/TTGGTCCTCATT...GACAG|GTA 1 1 11.348
209597981 GT-AG 0 0.0008067956283774 1383 rna-XM_014656704.2 37957402 2 5905015 5906397 Vigna radiata 157791 ATG|GTATGGTAGA...TGTCTCTTAATT/TGTCTCTTAATT...TCCAG|GCT 0 1 32.004
209597982 GT-AG 0 0.0035161464382629 108 rna-XM_014656704.2 37957402 3 5906530 5906637 Vigna radiata 157791 GAA|GTATGGTACT...TTTACTTTATTG/CTCTCTTTCATT...ATCAG|TCT 0 1 36.085
209597983 GT-AG 0 0.0003033019306883 179 rna-XM_014656704.2 37957402 4 5906869 5907047 Vigna radiata 157791 GAA|GTAATCCCCC...ATGACTTTGAAC/TTCATCTTCATA...CACAG|GCA 0 1 43.228
209597984 GT-AG 0 1.000000099473604e-05 195 rna-XM_014656704.2 37957402 5 5907174 5907368 Vigna radiata 157791 CAG|GTTAGTTTTT...TTGACTTTGATT/TTGACTTTGATT...TGCAG|GGT 0 1 47.124
209597985 GT-AG 0 1.000000099473604e-05 419 rna-XM_014656704.2 37957402 6 5907432 5907850 Vigna radiata 157791 CAG|GTTTATAAAC...CATTCATTACTA/ATGTTACTAATC...GGCAG|GAA 0 1 49.072
209597986 GT-AG 0 1.000000099473604e-05 423 rna-XM_014656704.2 37957402 7 5907934 5908356 Vigna radiata 157791 AAT|GTAAGTCACT...TTTTTCTTTGCA/TTTGTTTTCAAA...TACAG|GTA 2 1 51.639
209597987 GT-AG 0 0.0004950556596547 74 rna-XM_014656704.2 37957402 8 5908589 5908662 Vigna radiata 157791 AAT|GTAAGTTATT...GTTCTCTTATCT/TGTTCTCTTATC...TGCAG|AAT 0 1 58.813
209597988 GT-AG 0 0.0027331209559633 125 rna-XM_014656704.2 37957402 9 5908977 5909101 Vigna radiata 157791 CAA|GTACGTTTTA...ACATCATTGACA/CAAAGTTTCACA...CATAG|GTC 2 1 68.522
209597989 GT-AG 0 1.000000099473604e-05 74 rna-XM_014656704.2 37957402 10 5909181 5909254 Vigna radiata 157791 TTG|GTAAGAGTTT...AGATCCTCAAAT/AATTAGCTTATG...GGCAG|GAG 0 1 70.965
209597990 GT-AG 0 1.000000099473604e-05 450 rna-XM_014656704.2 37957402 11 5909322 5909771 Vigna radiata 157791 CAG|GTACAAAAAC...ATTTCTTTTTCT/CTTTTTCTAATG...TGCAG|AAA 1 1 73.036
209597991 GT-AG 0 3.681546938210082e-05 99 rna-XM_014656704.2 37957402 12 5910050 5910148 Vigna radiata 157791 AAG|GTCTTGTATC...TTTCCTTTATTC/CCTTTATTCATT...TTCAG|AAT 0 1 81.633
209597992 GT-AG 0 1.000000099473604e-05 580 rna-XM_014656704.2 37957402 13 5910215 5910794 Vigna radiata 157791 CAG|GTTTGGGAAC...TTATTCATAATA/CAGTATCTGATT...TGCAG|CTG 0 1 83.673
209597993 GT-AG 0 8.085922878011518e-05 279 rna-XM_014656704.2 37957402 14 5910917 5911195 Vigna radiata 157791 CTG|GTATAAATGA...TTTCTTGTGATT/TTTCTTGTGATT...TGCAG|GTG 2 1 87.446
209597994 GT-AG 0 2.925546500508278e-05 136 rna-XM_014656704.2 37957402 15 5911353 5911488 Vigna radiata 157791 AAG|GTATTGCAAG...TTTTATTTGACT/TTTTATTTGACT...TTCAG|CTT 0 1 92.301

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