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

✎ 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
196362255 GT-AG 0 1.000000099473604e-05 9285 rna-XM_026647950.1 34880209 1 1711966 1721250 Terrapene carolina 158814 TTG|GTAAGCAACC...ATATGTTTAAAG/CATATGTTTAAA...TCTAG|AAT 1 1 1.346
196362256 GT-AG 0 1.000000099473604e-05 3299 rna-XM_026647950.1 34880209 2 1721309 1724607 Terrapene carolina 158814 AAA|GTAAGGAGAG...TGGTCACTAGTA/ACTCTGGTCACT...TGCAG|AAA 2 1 4.893
196362257 GT-AG 0 1.000000099473604e-05 1908 rna-XM_026647950.1 34880209 3 1724721 1726628 Terrapene carolina 158814 ATG|GTGAGCTCAT...TACTTCATAACT/CCTAAGCTTACT...TTAAG|CTA 1 1 11.804
196362258 GT-AG 0 1.000000099473604e-05 5088 rna-XM_026647950.1 34880209 4 1726710 1731797 Terrapene carolina 158814 AAG|GTGAGGAGCG...TCTGCTTTTATG/TCTGCTTTTATG...TTCAG|GTG 1 1 16.758
196362259 GT-AG 0 1.000000099473604e-05 2307 rna-XM_026647950.1 34880209 5 1731897 1734203 Terrapene carolina 158814 AAG|GTAGGGTGCG...TTGTTCTTTATC/TTGTTCTTTATC...TGTAG|TTG 1 1 22.813
196362260 GT-AG 0 0.0013213785468088 8144 rna-XM_026647950.1 34880209 6 1734261 1742404 Terrapene carolina 158814 AAG|GTATGCCAGG...TTTGTCTTGTTC/GTCTTGTTCATA...AAAAG|CCC 1 1 26.3
196362261 GT-AG 0 1.000000099473604e-05 3373 rna-XM_026647950.1 34880209 7 1742473 1745845 Terrapene carolina 158814 GAG|GTGAGGCCCA...ATATTTTTAAAA/ATGCTCTTCACC...CTGAG|GAA 0 1 30.459
196362262 GT-AG 0 1.000000099473604e-05 1097 rna-XM_026647950.1 34880209 8 1745948 1747044 Terrapene carolina 158814 ACT|GTGAGTAGCT...GTTCCCACATCT/TGTGTTCCCACA...TGTAG|CTT 0 1 36.697
196362263 GT-AG 0 2.549751036504539e-05 1024 rna-XM_026647950.1 34880209 9 1747200 1748223 Terrapene carolina 158814 ACA|GTAAGTGTCT...GTGATTTTAAAA/GTGATTTTAAAA...CTTAG|GTT 2 1 46.177
196362264 GT-AG 0 4.202515419848492e-05 655 rna-XM_026647950.1 34880209 10 1748289 1748943 Terrapene carolina 158814 CCT|GTAAGTACGG...ATTCCCTGAACA/GCTGTACTGAAT...TTCAG|TGA 1 1 50.153
196362265 GT-AG 0 1.000000099473604e-05 3240 rna-XM_026647950.1 34880209 11 1749060 1752299 Terrapene carolina 158814 AAG|GTGTGTGATG...ATCATTTTATTT/TCTCTCTTCACT...TACAG|AAT 0 1 57.248
196362266 GT-AG 1 99.99829625944793 317 rna-XM_026647950.1 34880209 12 1752389 1752705 Terrapene carolina 158814 TTT|GTATCCTGCA...TTTTCCTTAACT/TTTTCCTTAACT...CCCAG|TTA 2 1 62.691
196362267 GT-AG 0 1.000000099473604e-05 4852 rna-XM_026647950.1 34880209 13 1752859 1757710 Terrapene carolina 158814 CTG|GTGAGCACAA...CATGCCTTAACT/CATGCCTTAACT...TCTAG|GCT 2 1 72.049
196362268 GT-AG 0 1.033283534476784e-05 1494 rna-XM_026647950.1 34880209 14 1757943 1759436 Terrapene carolina 158814 AAG|GTAAGTTCTC...TTCTCTTTACAT/TTTACATTGACT...TGCAG|TTG 0 1 86.239

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