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

✎ 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
125746602 GT-AG 0 1.264516268477906 112 rna-XM_010258459.2 23121152 2 1621208 1621319 Nelumbo nucifera 4432 CAA|GTATCTGATT...TTTTTCTTATAG/TTTTTTCTTATA...ATCAG|GAA 0 1 37.602
125746603 GT-AG 0 1.000000099473604e-05 132 rna-XM_010258459.2 23121152 3 1621355 1621486 Nelumbo nucifera 4432 AAG|GTCAGTCTCT...TATTCATTGACA/AGTGTATTCATT...ATAAG|ACA 2 1 38.704
125746604 GT-AG 0 1.000000099473604e-05 89 rna-XM_010258459.2 23121152 4 1621566 1621654 Nelumbo nucifera 4432 AAG|GTGATATCTA...ATTTTCTTTCCC/TACTTGGTCACT...TCTAG|GAG 0 1 41.189
125746605 GT-AG 0 1.000000099473604e-05 13979 rna-XM_010258459.2 23121152 5 1621734 1635712 Nelumbo nucifera 4432 AAG|GTCTTGTAGG...TCTTTCTTTAAC/GAAGTGCTAACT...TACAG|GCA 1 1 43.675
125746606 GT-AG 0 0.0057106754305359 86 rna-XM_010258459.2 23121152 6 1635794 1635879 Nelumbo nucifera 4432 CTG|GTATGTTCCA...TGAATTTTAATT/TGAATTTTAATT...TTCAG|GAG 1 1 46.224
125746607 GC-AG 0 1.000000099473604e-05 176 rna-XM_010258459.2 23121152 7 1636053 1636228 Nelumbo nucifera 4432 AAA|GCAAGTACTT...ATGTTTTTATTT/CATGTTTTTATT...TTCAG|AAT 0 1 51.668
125746608 GT-AG 0 1.000000099473604e-05 8980 rna-XM_010258459.2 23121152 8 1636286 1645265 Nelumbo nucifera 4432 TGG|GTTAGTCCCT...TCTTCTTTACCA/TTCTTCTTTACC...TGTAG|GTG 0 1 53.461
125746609 GT-AG 0 0.0006944741211766 16798 rna-XM_010258459.2 23121152 9 1645426 1662223 Nelumbo nucifera 4432 CAG|GTATGTTGTA...TGAAGCTTAATT/TTAATTTTTATT...CACAG|GTC 1 1 58.496
125746610 GT-AG 0 0.0038821052897178 2430 rna-XM_010258459.2 23121152 10 1662411 1664840 Nelumbo nucifera 4432 AAG|GTACATTTTG...GCTATTTTAATT/CATTATTTTATT...TGCAG|GGT 2 1 64.38
125746611 GC-AG 0 1.000000099473604e-05 7287 rna-XM_010258459.2 23121152 11 1664955 1672241 Nelumbo nucifera 4432 AAG|GCATGTAACT...CACTATTTAAAA/AAGGAATTGATT...TCCAG|TTT 2 1 67.967
125746612 GT-AG 0 0.0011374456158083 242 rna-XM_010258459.2 23121152 12 1672377 1672618 Nelumbo nucifera 4432 CTG|GTATGTTGTA...CAGTTGTTGATT/CAGTTGTTGATT...TACAG|GGT 2 1 72.215
125746613 GT-AG 0 1.4128723899745782e-05 1390 rna-XM_010258459.2 23121152 13 1672671 1674060 Nelumbo nucifera 4432 ACG|GTATGTGATG...AAGTTCACAATT/TTCATGCTAACA...TTCAG|GGT 0 1 73.851
125748251 GT-AG 0 0.0003708142309445 32937 rna-XM_010258459.2 23121152 1 1587330 1620266 Nelumbo nucifera 4432 AAG|GTAACGTTCT...TAGTTTTTACAG/GTAGTTTTTACA...TGCAG|GTG   0 12.492
125748252 GT-AG 0 1.000000099473604e-05 107 rna-XM_010258459.2 23121152 14 1674246 1674352 Nelumbo nucifera 4432 CAG|GTGCATAGTT...TTCTACTTGACA/AAAGAACTTATA...TATAG|TGT   0 79.673

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