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)

15 rows where transcript_id = 10378406

✎ 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
57022304 GT-AG 0 0.0001961253009319 287 rna-XM_025117060.1 10378406 1 13637980 13638266 Cynara cardunculus 4265 GAT|GTAAGTTTCA...ATTTACTTACTG/CATTTACTTACT...ACCAG|GGG 2 1 3.345
57022305 GT-AG 0 1.000000099473604e-05 752 rna-XM_025117060.1 10378406 2 13638385 13639136 Cynara cardunculus 4265 AAG|GTAAGTGTGC...TACTTTTTGAAA/TACTTTTTGAAA...AATAG|GAG 0 1 5.993
57022306 GT-AG 0 1.281996582263665e-05 114 rna-XM_025117060.1 10378406 3 13639387 13639500 Cynara cardunculus 4265 GAG|GTGTGTTCTT...TTGTATTTGATC/TTGTATTTGATC...TGCAG|GAT 1 1 11.605
57022307 GT-AG 0 0.0002992440874243 255 rna-XM_025117060.1 10378406 4 13639774 13640028 Cynara cardunculus 4265 AGA|GTATGGTCTC...TCTCCCTTGTGA/ATGCATCTGACA...AATAG|GTC 1 1 17.733
57022308 GT-AG 0 1.000000099473604e-05 801 rna-XM_025117060.1 10378406 5 13641432 13642232 Cynara cardunculus 4265 AAG|GTTTGCACAT...TAGATTCTAATA/TAGATTCTAATA...TGCAG|GAT 0 1 49.226
57022309 GT-AG 0 0.0001745458653754 139 rna-XM_025117060.1 10378406 6 13642518 13642656 Cynara cardunculus 4265 TCA|GTAAGTTAAT...ATTCTCTTACTA/CATTCTCTTACT...TGCAG|TGG 0 1 55.623
57022310 GT-AG 0 1.000000099473604e-05 287 rna-XM_025117060.1 10378406 7 13642936 13643222 Cynara cardunculus 4265 GAG|GTAAAATTGA...TTTCTCTTTATA/TATATCTTCAAT...TGAAG|GTA 0 1 61.886
57022311 GT-AG 0 1.000000099473604e-05 91 rna-XM_025117060.1 10378406 8 13643352 13643442 Cynara cardunculus 4265 AAG|GTAAGATAAA...TGTGCTTTAAAA/GGGTATCTGATA...ATCAG|TTA 0 1 64.781
57022312 GT-AG 0 1.000000099473604e-05 154 rna-XM_025117060.1 10378406 9 13643644 13643797 Cynara cardunculus 4265 TTG|GTAATTCAAT...TGCCTTTTATTT/ATGCCTTTTATT...ATCAG|ATT 0 1 69.293
57022313 GT-AG 0 0.002905649074452 684 rna-XM_025117060.1 10378406 10 13643941 13644624 Cynara cardunculus 4265 GTG|GTATAGTTCT...TTAATTTTATAT/CATATCCTCATT...TGCAG|GTA 2 1 72.503
57022314 GT-AG 0 1.000000099473604e-05 769 rna-XM_025117060.1 10378406 11 13644920 13645688 Cynara cardunculus 4265 AAG|GTCAAATATT...TCCTTTTTATTC/TTCTTTCTTATG...AACAG|CTG 0 1 79.125
57022315 GT-AG 0 1.000000099473604e-05 164 rna-XM_025117060.1 10378406 12 13645829 13645992 Cynara cardunculus 4265 AAG|GTAAAAGAGC...ATTATCATAATC/ATCATAATCACC...TGCAG|ATG 2 1 82.267
57022316 GT-AG 0 1.000000099473604e-05 146 rna-XM_025117060.1 10378406 13 13646072 13646217 Cynara cardunculus 4265 GAG|GTGAGCTAAG...ATAGATTTAATT/ATAGATTTAATT...TACAG|GTT 0 1 84.04
57022317 GT-AG 0 0.5182025600560515 114 rna-XM_025117060.1 10378406 14 13646611 13646724 Cynara cardunculus 4265 ACG|GTACCATATC...TTTTCCTTGATC/CTTGTCTTAATA...TGCAG|TTA 0 1 92.862
57022318 GT-AG 0 1.000000099473604e-05 1121 rna-XM_025117060.1 10378406 15 13646943 13648063 Cynara cardunculus 4265 CAT|GTAAGTGATG...TGCGCCTTTGTA/TTGTATTTCATT...TTCAG|GGA 2 1 97.755

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