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

✎ 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
63298545 GT-AG 0 0.000142907715882 162 Dioal.01G031300.1.v2.1 11523736 1 17209615 17209776 Dioscorea alata 55571 AAG|GTCCTCCTCT...TTTATCTTGATT/TTTATCTTGATT...TTTAG|GAG 0 1 3.201
63298546 GT-AG 0 1.000000099473604e-05 396 Dioal.01G031300.1.v2.1 11523736 2 17209021 17209416 Dioscorea alata 55571 AAG|GTCTGAGACT...GTTATTTTAATC/GTTATTTTAATC...TGCAG|GAT 0 1 10.486
63298547 GT-AG 0 1.000000099473604e-05 235 Dioal.01G031300.1.v2.1 11523736 3 17208672 17208906 Dioscorea alata 55571 AAG|GTCTAACTAA...AAAGTTTTATCT/CAAAGTTTTATC...AACAG|GAT 0 1 14.68
63298548 GT-AG 0 1.000000099473604e-05 242 Dioal.01G031300.1.v2.1 11523736 4 17208179 17208420 Dioscorea alata 55571 TGA|GTGAGTATTT...TTATTTTTAGGA/TTTATTTTTAGG...CACAG|ATG 2 1 23.915
63298549 GT-AG 0 1.000000099473604e-05 100 Dioal.01G031300.1.v2.1 11523736 5 17207943 17208042 Dioscorea alata 55571 AAG|GTCTGATTCA...ACATTTATGATG/ACATTTATGATG...TGCAG|ATG 0 1 28.918
63298550 GT-AG 0 1.000000099473604e-05 97 Dioal.01G031300.1.v2.1 11523736 6 17207666 17207762 Dioscorea alata 55571 AAG|GTGAGGTTTA...TGAATTTTAAAT/AAGTTATTAATT...CCCAG|GTT 0 1 35.541
63298551 GT-AG 0 1.000000099473604e-05 1373 Dioal.01G031300.1.v2.1 11523736 7 17206200 17207572 Dioscorea alata 55571 CAG|GTAGAATTCT...ACTCTTTTACTT/TGCTTTCTCAAT...TCCAG|GTT 0 1 38.962
63298552 GT-AG 0 1.000000099473604e-05 124 Dioal.01G031300.1.v2.1 11523736 8 17205864 17205987 Dioscorea alata 55571 CAC|GTGGGTGCCA...ATTCCCTTTGTT/GGATTTCTCATT...TGCAG|TTA 2 1 46.762
63298553 GT-AG 0 0.0002417188337433 88 Dioal.01G031300.1.v2.1 11523736 9 17205712 17205799 Dioscorea alata 55571 AAG|GTACTTCTTG...AATACTTCAACT/TGTGTTATTACT...ATCAG|GCA 0 1 49.117
63298554 GT-AG 0 1.000000099473604e-05 233 Dioal.01G031300.1.v2.1 11523736 10 17205299 17205531 Dioscorea alata 55571 CAG|GTTCTTACTG...AATGCTTAAGCT/CTTCTGCTCAGC...TGTAG|GTT 0 1 55.74
63298555 GT-AG 0 0.0022024708253952 345 Dioal.01G031300.1.v2.1 11523736 11 17204861 17205205 Dioscorea alata 55571 GAG|GTATAGTTTC...GTTTACTTGATC/CTGATGTTTACT...CGTAG|GCT 0 1 59.161
63298556 GT-AG 0 1.000000099473604e-05 93 Dioal.01G031300.1.v2.1 11523736 12 17204349 17204441 Dioscorea alata 55571 ACT|GTGAGTATCA...CGATTCATGAAT/CTTCTAGTAACT...TACAG|GCC 2 1 74.577
63298557 GT-AG 0 1.000000099473604e-05 83 Dioal.01G031300.1.v2.1 11523736 13 17204076 17204158 Dioscorea alata 55571 CAG|GTGATCCTAG...AGTTCATTAATA/TATATATTCATG...CTTAG|GTT 0 1 81.567
63298558 GT-AG 0 2.4063406462536632e-05 398 Dioal.01G031300.1.v2.1 11523736 14 17203474 17203871 Dioscorea alata 55571 GAG|GTATGAAATT...CATGCTTTAAAA/TCTTAATTAATT...TTTAG|GCA 0 1 89.073

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