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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
55033033 GT-AG 0 1.000000099473604e-05 71 rna-XM_017043405.1 10007526 1 3894381 3894451 Cucumis melo 3656 AAC|GTGAGTTAAT...CTGTTTTTATCC/GCTGTTTTTATC...TCCAG|GAA 1 1 21.234
55033034 GT-AG 0 1.4036288469935694e-05 80 rna-XM_017043405.1 10007526 2 3894581 3894660 Cucumis melo 3656 CAA|GTAAGTTAGC...TATACATTAATC/ATTAATCTAATT...TGTAG|CAG 1 1 24.649
55033035 GT-AG 0 1.000000099473604e-05 86 rna-XM_017043405.1 10007526 3 3894795 3894880 Cucumis melo 3656 AAG|GTAATAGAGA...TTTGTTTTGAAT/TTTGTTTTGAAT...GACAG|GGT 0 1 28.197
55033036 GT-AG 0 5.609638520787014e-05 102 rna-XM_017043405.1 10007526 4 3895092 3895193 Cucumis melo 3656 TTA|GTAAGACTTT...TTATCTTTATCA/ATTATCTTTATC...TGCAG|ATC 1 1 33.783
55033037 GT-AG 0 8.017985064254786e-05 80 rna-XM_017043405.1 10007526 5 3895432 3895511 Cucumis melo 3656 TTA|GTAAGTATAA...GTATTTTTATCT/AGTATTTTTATC...CTTAG|TGG 2 1 40.085
55033038 GT-AG 0 1.000000099473604e-05 92 rna-XM_017043405.1 10007526 6 3895663 3895754 Cucumis melo 3656 CAT|GTAAGTATGA...GTATCAATATTA/TGAAAGCTGATT...TGCAG|GCT 0 1 44.083
55033039 GC-AG 0 1.000000099473604e-05 2888 rna-XM_017043405.1 10007526 7 3896060 3898947 Cucumis melo 3656 TTA|GCTTAGGTAT...AATTTCTCAACC/CAATTTCTCAAC...CACAG|CCA 2 1 52.158
55033040 GT-AG 0 0.0009231821088776 66 rna-XM_017043405.1 10007526 8 3899100 3899165 Cucumis melo 3656 GAG|GTATGCCGCA...TCTGTTTTGGAG/CTGTTTTGGAGC...AGAAG|CCC 1 1 56.182
55033041 GT-AG 0 0.0010004313029881 120 rna-XM_017043405.1 10007526 9 3899679 3899798 Cucumis melo 3656 AAG|GTTTTCTCAT...CATTCATTATCT/CATTATCTAACT...TGCAG|AAA 1 1 69.764
55033042 GT-AG 0 1.000000099473604e-05 109 rna-XM_017043405.1 10007526 10 3899931 3900039 Cucumis melo 3656 CAG|GTAAGAATCC...TACACATTAACT/TACACATTAACT...TTCAG|GTT 1 1 73.259
55033043 GT-AG 0 1.000000099473604e-05 110 rna-XM_017043405.1 10007526 11 3900168 3900277 Cucumis melo 3656 AAG|GTCAGTGAGG...TATGTTTTTGTG/AGATAACTCATT...GACAG|GGA 0 1 76.648
55033044 GT-AG 0 0.0269783542780124 89 rna-XM_017043405.1 10007526 12 3900489 3900577 Cucumis melo 3656 TTG|GTATGTTGTT...ATTGTTTTAATG/ATAAATCTCATT...TTTAG|ATC 1 1 82.235
55033045 GT-AG 0 0.0017584448577107 135 rna-XM_017043405.1 10007526 13 3900816 3900950 Cucumis melo 3656 TCA|GTAAGTTTAA...CATACTTTAACT/CTATCTCTCACC...TTCAG|GGG 2 1 88.536
55033046 GT-AG 0 1.000000099473604e-05 83 rna-XM_017043405.1 10007526 14 3901102 3901184 Cucumis melo 3656 TAC|GTAAGTATAA...GTGACCTAAAAG/TAAATGCTGATT...TGTAG|GCA 0 1 92.534

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