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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
49484885 GT-AG 0 0.0001969126452964 39733 rna-XM_004673830.2 9129100 2 63088663 63128395 Condylura cristata 143302 TCG|GTAAGCATTC...TCTCCCTTTATT/TCTCCCTTTATT...CCTAG|GTT 2 1 17.793
49484886 GT-AG 0 1.000000099473604e-05 18720 rna-XM_004673830.2 9129100 3 63128614 63147333 Condylura cristata 143302 TTG|GTGAGTATTG...CAGTTCTTAAAA/AATTATTTGATT...TTCAG|ATG 1 1 24.312
49484887 GT-AG 0 2.096694589023871e-05 3399 rna-XM_004673830.2 9129100 4 63147414 63150812 Condylura cristata 143302 ACT|GTAAGTATAA...TTTTGTTTATTT/GTTTTGTTTATT...TCTAG|GCT 0 1 26.705
49484888 GT-AG 0 1.000000099473604e-05 2954 rna-XM_004673830.2 9129100 5 63150921 63153874 Condylura cristata 143302 CAG|GTAATCAATT...TGCTCCTCAGTA/GGATTACTCACC...CTCAG|GTC 0 1 29.934
49484889 GT-AG 0 0.0202678549579484 655 rna-XM_004673830.2 9129100 6 63153989 63154643 Condylura cristata 143302 CCT|GTATGTATGT...GTACTTTTATTT/TTTTATTTGATT...TAAAG|GAT 0 1 33.343
49484890 GT-AG 0 1.000000099473604e-05 1440 rna-XM_004673830.2 9129100 7 63154770 63156209 Condylura cristata 143302 AAG|GTATAAGATC...CGTGCCTTCCCT/CCCATGGTGACC...CTCAG|GGC 0 1 37.111
49484891 GT-AG 0 1.000000099473604e-05 4547 rna-XM_004673830.2 9129100 8 63156395 63160941 Condylura cristata 143302 ATC|GTAAGAGACA...GGATCTTTGTCC/ACCTACCTCAGG...TACAG|GCC 2 1 42.644
49484892 GT-AG 0 1.000000099473604e-05 730 rna-XM_004673830.2 9129100 9 63161958 63162687 Condylura cristata 143302 AAG|GTAAGCCACA...AATTTTTTCATG/AATTTTTTCATG...CTCAG|ATA 1 1 73.026
49484893 GT-AG 0 1.000000099473604e-05 20165 rna-XM_004673830.2 9129100 10 63162857 63183021 Condylura cristata 143302 GAG|GTGAGTGTGG...ACTCCTCTGACG/TTGGTGGTAACT...TTCAG|GGT 2 1 78.08
49484894 GT-AG 0 1.000000099473604e-05 7917 rna-XM_004673830.2 9129100 11 63183170 63191086 Condylura cristata 143302 GAG|GTGAGCAGAA...TTCTCCTTTGTT/GTGAAGGTAACA...TTCAG|ATC 0 1 82.506
49484895 GT-AG 0 1.000000099473604e-05 1205 rna-XM_004673830.2 9129100 12 63191213 63192417 Condylura cristata 143302 CAG|GTGGGGTCTC...ACATCTCTGGCT/CACAAATTTACA...CACAG|CTG 0 1 86.274
49484896 GT-AG 0 1.000000099473604e-05 2965 rna-XM_004673830.2 9129100 13 63192571 63195535 Condylura cristata 143302 CAG|GTAAGGCTTG...TGGTTTTTGGTT/TTAGGTTTAAAA...GACAG|ATT 0 1 90.849
49484897 GT-AG 0 0.0044211879903838 388 rna-XM_004673830.2 9129100 14 63195632 63196019 Condylura cristata 143302 AAG|GTACCTAATG...TTCTCTTTTGTT/AAAATATTTATT...CACAG|GTC 0 1 93.72
49484898 GT-AG 0 1.000000099473604e-05 355 rna-XM_004673830.2 9129100 15 63196094 63196448 Condylura cristata 143302 AGG|GTAAGGTTCT...TGTTTTTTAAAC/TGTATTTTCACC...TTCAG|GGG 2 1 95.933
49488677 GT-AG 0 1.000000099473604e-05 20072 rna-XM_004673830.2 9129100 1 63068480 63088551 Condylura cristata 143302 TAG|GTAGGTGAAA...GTAAACTTAATT/ACTTAATTTACA...TACAG|GGT   0 16.298

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