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)

13 rows where transcript_id = 11523748

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
63298675 GT-AG 0 1.000000099473604e-05 76 Dioal.01G082600.1.v2.1 11523748 2 25900591 25900666 Dioscorea alata 55571 TTG|GTGAGTGTTT...CTGTTCTTATGC/ATATTTTTCAAT...GATAG|ATA 1 1 16.626
63298676 GT-AG 0 1.000000099473604e-05 82 Dioal.01G082600.1.v2.1 11523748 3 25900419 25900500 Dioscorea alata 55571 ATT|GTGAGTTTCT...GTTTCTGTAATT/AATTTTGTCATT...TTTAG|CAA 1 1 19.75
63298677 GT-AG 0 0.0155446132439867 74 Dioal.01G082600.1.v2.1 11523748 4 25900244 25900317 Dioscorea alata 55571 AGG|GTACTCTTTA...TGTGTTTTGAGT/TGTGTTTTGAGT...TGCAG|CAT 0 1 23.256
63298678 GT-AG 0 1.0486410673664984e-05 69 Dioal.01G082600.1.v2.1 11523748 5 25900061 25900129 Dioscorea alata 55571 GAG|GTATAAAATC...GACACTTTTTCT/TTCATGCTGACA...TTTAG|CGA 0 1 27.213
63298679 GT-AG 0 1.000000099473604e-05 88 Dioal.01G082600.1.v2.1 11523748 6 25899891 25899978 Dioscorea alata 55571 AAG|GTTGGAATAA...TTATTTTTAATG/TTTTTCTTCATT...CTCAG|CTC 1 1 30.059
63298680 GT-AG 0 0.0520672297158536 84 Dioal.01G082600.1.v2.1 11523748 7 25899739 25899822 Dioscorea alata 55571 CTT|GTATGTCCTA...AAAATCTTAATT/CTGTTGCTCATT...TGCAG|ACA 0 1 32.419
63298681 GT-AG 0 0.0003686203835729 1246 Dioal.01G082600.1.v2.1 11523748 8 25898427 25899672 Dioscorea alata 55571 GTG|GTATGAAGTT...ACTTTTTTAGCT/AACTTTTTTAGC...AACAG|AAT 0 1 34.71
63298682 GT-AG 0 1.000000099473604e-05 78 Dioal.01G082600.1.v2.1 11523748 9 25898224 25898301 Dioscorea alata 55571 AAG|GTTGTTGAAA...CTGTACTTACCT/TCTGTACTTACC...TTCAG|TAA 2 1 39.049
63298683 GT-AG 0 5.297604938978614e-05 88 Dioal.01G082600.1.v2.1 11523748 10 25897802 25897889 Dioscorea alata 55571 AAA|GTATGAACCT...ACTCTCTTTATG/CATATAATCATA...TGTAG|ATG 0 1 50.642
63298684 GT-AG 0 5.150391844444637e-05 97 Dioal.01G082600.1.v2.1 11523748 11 25897600 25897696 Dioscorea alata 55571 TGG|GTACTTGTGT...TTTTTTTTCGCT/ATATATATCACT...GATAG|GAT 0 1 54.287
63298685 GT-AG 0 1.000000099473604e-05 87 Dioal.01G082600.1.v2.1 11523748 12 25896787 25896873 Dioscorea alata 55571 CAG|GTGCGCTAAG...GTCATTTTAATT/GTCATTTTAATT...TTCAG|GAG 0 1 79.486
63298686 GT-AG 0 1.000000099473604e-05 85 Dioal.01G082600.1.v2.1 11523748 13 25896451 25896535 Dioscorea alata 55571 AAG|GTAAATGCAC...TCTCTATTAACT/TCTCTATTAACT...AATAG|CAT 2 1 88.199
63301913 GT-AG 0 1.000000099473604e-05 110 Dioal.01G082600.1.v2.1 11523748 1 25900865 25900974 Dioscorea alata 55571 CAG|GTAATGCATG...TTGTTCTTGAGT/TTGTTCTTGAGT...TGTAG|TTT   0 10.031

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