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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
63298701 GT-AG 0 1.000000099473604e-05 75 Dioal.01G043600.1.v2.1 11523751 1 22446285 22446359 Dioscorea alata 55571 AAG|GTGATCATTT...TTGTTTTCAATT/TTTGTTTTCAAT...TATAG|TTA 2 1 4.064
63298702 GT-AG 0 0.0004302325283587 104 Dioal.01G043600.1.v2.1 11523751 2 22446048 22446151 Dioscorea alata 55571 CAG|GTATGCGATA...GTTATTTTATAT/CGTTATTTTATA...ATTAG|GAA 0 1 9.261
63298703 GT-AG 0 0.0065735506655914 81 Dioal.01G043600.1.v2.1 11523751 3 22445812 22445892 Dioscorea alata 55571 ATG|GTATGTTTTA...TTTGTTTTGTTT/TAGAGTTTGATT...CGAAG|GGC 2 1 15.318
63298704 GT-AG 0 1.000000099473604e-05 80 Dioal.01G043600.1.v2.1 11523751 4 22445539 22445618 Dioscorea alata 55571 CAA|GTAAGAAACA...TTTGTTATAATC/TTTGTTATAATC...TGCAG|AAA 0 1 22.86
63298705 GT-AG 0 1.000000099473604e-05 65 Dioal.01G043600.1.v2.1 11523751 5 22445355 22445419 Dioscorea alata 55571 AAG|GTGATTGATT...TGTTTTTTCATG/AATTTACTGATT...TATAG|GTT 2 1 27.511
63298706 GT-AG 0 2.1835258694961645e-05 101 Dioal.01G043600.1.v2.1 11523751 6 22445037 22445137 Dioscorea alata 55571 CAG|GTATTGCATA...CTAGCATTAGTT/ATTAGTTTGAAC...AACAG|GTT 0 1 35.991
63298707 GT-AG 0 2.533971366461125e-05 82 Dioal.01G043600.1.v2.1 11523751 7 22444859 22444940 Dioscorea alata 55571 GTA|GTAAGTTCAG...AATTTATTGATG/ATTAAATTTATT...TGAAG|GTG 0 1 39.742
63298708 GT-AG 0 1.463078329386498e-05 102 Dioal.01G043600.1.v2.1 11523751 8 22444466 22444567 Dioscorea alata 55571 CTG|GTACAAATGA...TATTTCTGAATG/TTTTGTCTGATT...ACAAG|GGA 0 1 51.114
63298709 GT-AG 0 1.000000099473604e-05 113 Dioal.01G043600.1.v2.1 11523751 9 22444186 22444298 Dioscorea alata 55571 AAG|GTGAGACATT...TGAGCATTACTG/GCATTACTGATT...TGCAG|TAA 2 1 57.64
63298710 GT-AG 0 1.000000099473604e-05 77 Dioal.01G043600.1.v2.1 11523751 10 22443884 22443960 Dioscorea alata 55571 TAT|GTAAGAATAG...TATGTCTGACAT/ATATGTCTGACA...TGCAG|AGG 2 1 66.432
63298711 GT-AG 0 1.000000099473604e-05 78 Dioal.01G043600.1.v2.1 11523751 11 22443484 22443561 Dioscorea alata 55571 CAG|GTTTGTCAAA...GTTATGTTAACT/TATATGTTCATA...TGCAG|CCT 0 1 79.015
63298712 GT-AG 0 1.72575393781408e-05 71 Dioal.01G043600.1.v2.1 11523751 12 22443168 22443238 Dioscorea alata 55571 ATG|GTATTACAGC...AATATTGTATCA/TATTGTATCATA...TGCAG|CTA 2 1 88.589
63298713 GT-AG 0 1.000000099473604e-05 78 Dioal.01G043600.1.v2.1 11523751 13 22442951 22443028 Dioscorea alata 55571 TTG|GTAAGCAATG...TAAGAGTTGATT/TAAGAGTTGATT...TGCAG|GCG 0 1 94.021

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