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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
196362734 GT-AG 0 9.8916691793655e-05 1695 rna-XM_029911734.1 34880259 1 1571394 1573088 Terrapene carolina 158814 AGG|GTAAACTACA...ATATGTTTAAAG/CATATGTTTAAA...TCTAG|AAT 1 1 1.709
196362735 GT-AG 0 1.000000099473604e-05 3299 rna-XM_029911734.1 34880259 2 1573147 1576445 Terrapene carolina 158814 AAA|GTAAGGAGAG...TGGTCACTAGTA/ACTCTGGTCACT...TGCAG|AAA 2 1 5.25
196362736 GT-AG 0 1.000000099473604e-05 1907 rna-XM_029911734.1 34880259 3 1576559 1578465 Terrapene carolina 158814 ATG|GTGAGCTCAT...TACTTCATAACT/CCTAAGCTTACT...TTAAG|CTA 1 1 12.149
196362737 GT-AG 0 1.000000099473604e-05 5091 rna-XM_029911734.1 34880259 4 1578547 1583637 Terrapene carolina 158814 AAG|GTGAGGAGCG...TCTGCTTTTATG/TCTGCTTTTATG...TTCAG|GTG 1 1 17.094
196362738 GT-AG 0 1.000000099473604e-05 2310 rna-XM_029911734.1 34880259 5 1583737 1586046 Terrapene carolina 158814 AAG|GTAGAGTGCG...TTGTTCTTTATC/TTGTTCTTTATC...TGTAG|TTG 1 1 23.138
196362739 GT-AG 0 0.0013213785468088 8143 rna-XM_029911734.1 34880259 6 1586104 1594246 Terrapene carolina 158814 AAG|GTATGCCAGG...TTTGTCTTGTTC/GTCTTGTTCATA...AAAAG|CCC 1 1 26.618
196362740 GT-AG 0 1.000000099473604e-05 3374 rna-XM_029911734.1 34880259 7 1594315 1597688 Terrapene carolina 158814 GAG|GTGAGGCCCA...ATATTTTTAAAA/ATGCTCTTCACC...CTGAG|GAA 0 1 30.769
196362741 GT-AG 0 1.000000099473604e-05 1097 rna-XM_029911734.1 34880259 8 1597791 1598887 Terrapene carolina 158814 ACT|GTGAGTAGCT...GTTCCCACATCT/TGTGTTCCCACA...TGTAG|CTT 0 1 36.996
196362742 GT-AG 0 2.549751036504539e-05 1024 rna-XM_029911734.1 34880259 9 1599043 1600066 Terrapene carolina 158814 ACA|GTAAGTGTCT...GTGATTTTAAAA/GTGATTTTAAAA...CTTAG|GTT 2 1 46.459
196362743 GT-AG 0 4.202515419848492e-05 655 rna-XM_029911734.1 34880259 10 1600132 1600786 Terrapene carolina 158814 CCT|GTAAGTACGG...ATTCCCTGAACA/GCTGTACTGAAT...TTCAG|TGA 1 1 50.427
196362744 GT-AG 0 1.000000099473604e-05 3240 rna-XM_029911734.1 34880259 11 1600903 1604142 Terrapene carolina 158814 AAG|GTGTGTGATG...ATCATTTTATTT/TCTCTCTTCACT...TACAG|AAT 0 1 57.509
196362745 GT-AG 1 99.99829625944793 317 rna-XM_029911734.1 34880259 12 1604232 1604548 Terrapene carolina 158814 TTT|GTATCCTGCA...TTTTCCTTAACT/TTTTCCTTAACT...CCCAG|TTA 2 1 62.943
196362746 GT-AG 0 1.000000099473604e-05 4846 rna-XM_029911734.1 34880259 13 1604702 1609547 Terrapene carolina 158814 CTG|GTGAGCACAA...CATGCCTTAACT/CATGCCTTAACT...TCTAG|GCT 2 1 72.283
196362747 GT-AG 0 1.033283534476784e-05 1488 rna-XM_029911734.1 34880259 14 1609777 1611264 Terrapene carolina 158814 AAG|GTAAGTTCTC...TTCTCTTTACAT/TTTACATTGACT...TGCAG|TTG 0 1 86.264

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