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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
63298798 GT-AG 0 1.000000099473604e-05 94 Dioal.01G076500.1.v2.1 11523761 1 25488761 25488854 Dioscorea alata 55571 CCG|GTGATCCACT...TTCTCCTTGATC/GTTTTGCTAACT...TGCAG|GCC 1 1 2.734
63298799 GT-AG 0 0.0426174810678852 92 Dioal.01G076500.1.v2.1 11523761 2 25488542 25488633 Dioscorea alata 55571 GAG|GTATTCATCT...TGATCCTTGGCG/CTGTGTTTGATT...TTTAG|AGA 2 1 7.915
63298800 GT-AG 0 0.0005567458227789 93 Dioal.01G076500.1.v2.1 11523761 3 25488295 25488387 Dioscorea alata 55571 GAT|GTAAGCTATT...ATTTTGTTGATG/TGTTTGTTCATT...TGTAG|GCA 0 1 14.198
63298801 GT-AG 0 1.000000099473604e-05 84 Dioal.01G076500.1.v2.1 11523761 4 25488130 25488213 Dioscorea alata 55571 ATG|GTTTGTGCCT...GTTGTTTTGAAA/ATGTTGTTCATG...TTCAG|ATT 0 1 17.503
63298802 GT-AG 0 0.0208348282628316 87 Dioal.01G076500.1.v2.1 11523761 5 25487931 25488017 Dioscorea alata 55571 CTG|GTATATTTCT...TTTTCCATCATT/TCTGTACTGATT...GTCAG|CTT 1 1 22.073
63298803 GT-AG 0 0.0438408025098769 100 Dioal.01G076500.1.v2.1 11523761 6 25487704 25487803 Dioscorea alata 55571 ACA|GTATGGTTTT...GTGTGCTTAAAT/TAAATGCTGACA...TCCAG|ATA 2 1 27.254
63298804 GT-AG 0 0.0011714944174222 814 Dioal.01G076500.1.v2.1 11523761 7 25486751 25487564 Dioscorea alata 55571 AAA|GTATGTATAA...TCACATTTGACC/ATTGTATTGAGA...TGCAG|GAA 0 1 32.925
63298805 GT-AG 0 7.966123264573745 127 Dioal.01G076500.1.v2.1 11523761 8 25486506 25486632 Dioscorea alata 55571 GCT|GTATGTTTTT...GTGCTCTTAACT/TGTTCTTTTATT...AACAG|CTG 1 1 37.74
63298806 GT-AG 0 1.000000099473604e-05 129 Dioal.01G076500.1.v2.1 11523761 9 25486195 25486323 Dioscorea alata 55571 AAG|GTAAAAATAA...CTCTCTTTATTT/TCTCTCTTTATT...TCCAG|GAT 0 1 45.165
63298807 GT-AG 0 1.000000099473604e-05 104 Dioal.01G076500.1.v2.1 11523761 10 25485875 25485978 Dioscorea alata 55571 AAG|GTAAGCACAG...CATGACTTAATC/TGTATGCTAATC...TGCAG|GGT 0 1 53.978
63298808 GT-AG 0 0.0045314248868602 116 Dioal.01G076500.1.v2.1 11523761 11 25485593 25485708 Dioscorea alata 55571 CTG|GTATACCCAA...ATCTTCTCATCG/TATCTTCTCATC...ACCAG|ATT 1 1 60.751
63298809 GT-AG 0 0.0550336098498421 88 Dioal.01G076500.1.v2.1 11523761 12 25485363 25485450 Dioscorea alata 55571 AAC|GTAACTCTCT...TATTTTTTATTT/ATATTTTTTATT...TTCAG|CAC 2 1 66.544
63298810 GT-AG 0 1.000000099473604e-05 387 Dioal.01G076500.1.v2.1 11523761 13 25484825 25485211 Dioscorea alata 55571 GAG|GTCAGTTTTC...ATATTGTTATAT/AAAGTTCTGATA...TGCAG|GTT 0 1 72.705
63298811 GT-AG 0 0.0039206345751907 350 Dioal.01G076500.1.v2.1 11523761 14 25484070 25484419 Dioscorea alata 55571 AAG|GTACCTACAT...TTGCTCTTATAC/CTTATACTGATG...TGCAG|GAT 0 1 89.229

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