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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
13842193 GT-AG 0 0.0002406580863437 1951 rna-XM_026089757.1 2569246 1 8295644 8297594 Apteryx rowi 308060 CAG|GTAACATGGG...TTCTTTTTAACC/TTCCTTCTCATT...TGCAG|GAG 1 1 9.567
13842194 GT-AG 0 1.000000099473604e-05 19638 rna-XM_026089757.1 2569246 2 8274917 8294554 Apteryx rowi 308060 CAG|GTAAGTAAAG...TGTTTCTTGACC/TTTTTATTTATT...TACAG|GCA 1 1 42.537
13842195 GT-AG 0 1.000000099473604e-05 512 rna-XM_026089757.1 2569246 3 8274238 8274749 Apteryx rowi 308060 CAG|GTTAGCTCAC...TTGTTTTTGTTT/TAGGAGCTAACA...CTAAG|GCT 0 1 47.593
13842196 GT-AG 0 1.000000099473604e-05 1707 rna-XM_026089757.1 2569246 4 8272411 8274117 Apteryx rowi 308060 CAA|GTGAGTTTTA...CAGGTTTTGGTG/AGTAATCTCACG...TGCAG|CCT 0 1 51.226
13842197 GT-AG 0 1.000000099473604e-05 756 rna-XM_026089757.1 2569246 5 8271535 8272290 Apteryx rowi 308060 ACA|GTAAGATAAT...CTTTCTCTGACC/CTTTCTCTGACC...AACAG|GAA 0 1 54.859
13842198 GT-AG 0 1.000000099473604e-05 1208 rna-XM_026089757.1 2569246 6 8270204 8271411 Apteryx rowi 308060 CTG|GTAAGAAAAG...GATTTTCTATTT/AGTTAATTCATT...TGAAG|GAC 0 1 58.583
13842199 GT-AG 0 4.428008619839291e-05 1138 rna-XM_026089757.1 2569246 7 8268976 8270113 Apteryx rowi 308060 AAG|GTAATTTTTG...GATTCTTTCCCT/AAAATACTTAAG...TTCAG|AGG 0 1 61.308
13842200 GT-AG 0 2.876979252081592e-05 1860 rna-XM_026089757.1 2569246 8 8266873 8268732 Apteryx rowi 308060 CTG|GTATGTGAGC...CTTTCCTTTCCA/TTGTTTCTCAGT...TGCAG|GTT 0 1 68.665
13842201 GT-AG 0 1.000000099473604e-05 364 rna-XM_026089757.1 2569246 9 8266361 8266724 Apteryx rowi 308060 CAG|GTAAGAAGTG...TTTTTCTTTCTT/ACAAACCTGATG...TGCAG|TAC 1 1 73.146
13842202 GT-AG 0 1.000000099473604e-05 707 rna-XM_026089757.1 2569246 10 8265539 8266245 Apteryx rowi 308060 TAG|GTAAGGAACC...AAGCCCTAAATG/AATGTTATGACT...CTAAG|GGA 2 1 76.627
13842203 GT-AG 0 0.0007023573978053 455 rna-XM_026089757.1 2569246 11 8264914 8265368 Apteryx rowi 308060 TAG|GTATGTTGAT...TGACTTTTATTC/CTGACTTTTATT...CATAG|GTA 1 1 81.774
13842204 GT-AG 0 0.0025721712116204 1370 rna-XM_026089757.1 2569246 12 8263413 8264782 Apteryx rowi 308060 AAG|GTAACTTTAA...TTGTTTTTAAGA/TTGTTTTTAAGA...TTCAG|GAT 0 1 85.74
13842205 GC-AG 0 1.000000099473604e-05 1285 rna-XM_026089757.1 2569246 13 8262002 8263286 Apteryx rowi 308060 AAG|GCAAGTGCTT...CATCCTTTATCA/TTCTTCTTCACT...CATAG|TCT 0 1 89.555
13842206 GT-AG 0 1.000000099473604e-05 81 rna-XM_026089757.1 2569246 14 8261864 8261944 Apteryx rowi 308060 GAG|GTGAGTTTTC...AAATCATTAACT/AAATCATTAACT...TGCAG|ATG 0 1 91.281
13842207 GT-AG 0 1.24960491914953e-05 3770 rna-XM_026089757.1 2569246 15 8257974 8261743 Apteryx rowi 308060 GAG|GTACAGTATA...GTGTTCTGATTT/CGTGTTCTGATT...TCCAG|GGA 0 1 94.914

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