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

✎ 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
63298232 GT-AG 0 1.000000099473604e-05 1873 Dioal.01G012600.1.v2.1 11523709 1 1134565 1136437 Dioscorea alata 55571 CAG|GTGAGTGGGA...GATCTCATGATT/CTTTTTGTCATT...TGTAG|TCA 0 1 2.442
63298233 GT-AG 0 1.000000099473604e-05 170 Dioal.01G012600.1.v2.1 11523709 2 1137824 1137993 Dioscorea alata 55571 AAG|GTAGTTATAA...CTTGTTTTATAT/CCCATTCTGATT...TTCAG|CGT 0 1 22.59
63298234 GT-AG 0 1.000000099473604e-05 76 Dioal.01G012600.1.v2.1 11523709 3 1139335 1139410 Dioscorea alata 55571 CAG|GTAGAGCATG...GTTGTCTTATTT/GTCTTATTTATG...TCCAG|GGT 0 1 42.085
63298235 GT-AG 0 9.634528059583422e-05 235 Dioal.01G012600.1.v2.1 11523709 4 1139524 1139758 Dioscorea alata 55571 CAA|GTAAGTTTGA...CTGCTTTTATTG/ACTGCTTTTATT...AACAG|GTA 2 1 43.727
63298236 GT-AG 0 0.0014958063505921 120 Dioal.01G012600.1.v2.1 11523709 5 1139847 1139966 Dioscorea alata 55571 ATT|GTATGTCACA...CTCCATTTAATT/AATTTGCTGATT...TCTAG|GTT 0 1 45.007
63298237 GT-AG 0 0.001393698598665 282 Dioal.01G012600.1.v2.1 11523709 6 1140054 1140335 Dioscorea alata 55571 CAG|GTATGATTTT...ATGATCTTATTT/AATGATCTTATT...AGCAG|GTG 0 1 46.271
63298238 GT-AG 0 1.000000099473604e-05 107 Dioal.01G012600.1.v2.1 11523709 7 1140429 1140535 Dioscorea alata 55571 AAG|GTTTTTAAAA...TTCTTCTTTTCA/CTTCTTTTCACG...TCCAG|AGT 0 1 47.623
63298239 GT-AG 0 1.000000099473604e-05 870 Dioal.01G012600.1.v2.1 11523709 8 1140620 1141489 Dioscorea alata 55571 CAT|GTAAGATTTT...AAAGTTTCAAAT/TTTGCACTAAGT...TCCAG|GAA 0 1 48.844
63298240 GT-AG 0 9.192450594214018e-05 1140 Dioal.01G012600.1.v2.1 11523709 9 1141694 1142833 Dioscorea alata 55571 CAG|GTTTGCCTTT...GTGTTTTCATCA/GGTGTTTTCATC...TGCAG|AAT 0 1 51.81
63298241 GT-AG 0 1.000000099473604e-05 79 Dioal.01G012600.1.v2.1 11523709 10 1143080 1143158 Dioscorea alata 55571 AAG|GTAGGCAGCT...TTTTCCTTCCAG/AGTGATCTAATT...CACAG|GTC 0 1 55.386
63298242 GT-AG 0 1.000000099473604e-05 99 Dioal.01G012600.1.v2.1 11523709 11 1144749 1144847 Dioscorea alata 55571 ATG|GTGCTGGTTC...GTTACCTTACGT/GTTGTATTTATT...TACAG|CCA 0 1 78.5
63298243 GT-AG 0 0.0018246602068172 680 Dioal.01G012600.1.v2.1 11523709 12 1145370 1146049 Dioscorea alata 55571 AAG|GTATGCATAC...TTACTTTTACTG/ATTCTTTTCATT...TGCAG|TAT 0 1 86.088
63298244 GT-AG 0 0.0006332242462892 703 Dioal.01G012600.1.v2.1 11523709 13 1146287 1146989 Dioscorea alata 55571 GAG|GTATGCCCTT...TATGACTAAATT/ATATGACTAAAT...TGCAG|GCA 0 1 89.533

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