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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
8696524 GT-AG 0 0.0003216942437342 264 rna-XM_020235008.1 1565132 1 5358272 5358535 Ananas comosus 4615 CTG|GTCTGTTCCG...CATCTTTTAATT/TTTAATTTTATT...TGCAG|GTA 0 1 12.292
8696525 GT-AG 0 1.000000099473604e-05 90 rna-XM_020235008.1 1565132 2 5359615 5359704 Ananas comosus 4615 CAG|GTAAGATCAA...ATTGTTTTGACA/ATTGTTTTGACA...GATAG|GGA 2 1 44.329
8696526 GT-AG 0 0.0063112266286258 97 rna-XM_020235008.1 1565132 3 5359887 5359983 Ananas comosus 4615 AAG|GTATTTCCTT...CTTCTCTTGATA/CTTCTCTTGATA...TGTAG|ACA 1 1 49.733
8696527 GT-AG 0 4.45989225060193e-05 171 rna-XM_020235008.1 1565132 4 5360214 5360384 Ananas comosus 4615 AAG|GTTTGTATTG...GATCTTTTATTC/AAGTTTCTTATG...TGTAG|AGT 0 1 56.562
8696528 GT-AG 0 1.000000099473604e-05 1367 rna-XM_020235008.1 1565132 5 5360454 5361820 Ananas comosus 4615 ACG|GTAATGTACC...AATTCATTACTT/GACATATTCACT...TTCAG|GGC 0 1 58.61
8696529 GT-AG 0 0.0007727005273339 116 rna-XM_020235008.1 1565132 6 5361894 5362009 Ananas comosus 4615 ATA|GTAAGTTTTA...GTTTCCTGAGCT/CTTGATATCATA...AATAG|GCT 1 1 60.778
8696530 GT-AG 0 1.000000099473604e-05 99 rna-XM_020235008.1 1565132 7 5362167 5362265 Ananas comosus 4615 CAT|GTGAGTAACT...TTAAATTTGATT/TTAAATTTGATT...TAAAG|GTA 2 1 65.439
8696531 GT-AG 0 0.0011387882770517 224 rna-XM_020235008.1 1565132 8 5362558 5362781 Ananas comosus 4615 CTG|GTATGTCCTC...GACTTCTTACTT/TTTGTTGTCATT...TGTAG|GTA 0 1 74.109
8696532 GT-AG 0 0.0007903783642928 134 rna-XM_020235008.1 1565132 9 5362897 5363030 Ananas comosus 4615 TAA|GTAAGTTTCA...TGAGTCTTATTT/ATGAGTCTTATT...TTCAG|TTC 1 1 77.524
8696533 GT-AG 0 1.000000099473604e-05 308 rna-XM_020235008.1 1565132 10 5363195 5363502 Ananas comosus 4615 AAG|GTGAGAGAAT...AAGTTCATAATC/AATAAGTTCATA...TATAG|GGT 0 1 82.393
8696534 GT-AG 0 1.000000099473604e-05 122 rna-XM_020235008.1 1565132 11 5363578 5363699 Ananas comosus 4615 AAG|GTCGGTGTTT...GTATTCTTGAAT/GTATTCTTGAAT...AACAG|ACG 0 1 84.62
8696535 GC-AG 0 1.000000099473604e-05 126 rna-XM_020235008.1 1565132 12 5363881 5364006 Ananas comosus 4615 CTG|GCAAGTGAAT...TCCTCTCTAATT/TCCTCTCTAATT...TGGAG|CTG 1 1 89.994
8696536 GT-AG 0 1.000000099473604e-05 446 rna-XM_020235008.1 1565132 13 5364107 5364552 Ananas comosus 4615 CTT|GTAAGACAAC...GTGTTTTTGATT/GTGTTTTTGATT...TTCAG|GGT 2 1 92.963
8703415 GT-AG 0 2.391578504843218 464 rna-XM_020235008.1 1565132 14 5364615 5365078 Ananas comosus 4615 AAG|GTACCCTGGG...TCTGTCTTAATA/TAATATTTTACC...TCGAG|GCT   0 94.804
8703416 GT-AG 0 1.000000099473604e-05 162 rna-XM_020235008.1 1565132 15 5365133 5365294 Ananas comosus 4615 ATG|GTAAAATTTT...ACTTTCTTTTCC/GTTAGTTTTATG...CTTAG|GTA   0 96.407

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