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

✎ 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
54167174 GT-AG 0 1.5970079700028317e-05 5211 rna-XM_039335343.1 9887106 2 686078 691288 Crotalus tigris 88082 TGG|GTACGTAAAA...TATGCCTTTATG/CTTTATGTGACA...TTCAG|TGC 1 1 23.423
54167175 GT-AG 0 0.0008606409010046 4452 rna-XM_039335343.1 9887106 3 691644 696095 Crotalus tigris 88082 CAG|GTATGTTTTC...GGTATTTTCTTT/TAAAAAGTCAAA...TCCAG|GAT 2 1 42.236
54167176 GT-AG 0 0.0001024523487195 807 rna-XM_039335343.1 9887106 4 696155 696961 Crotalus tigris 88082 TAA|GTAAGTGTTG...CTTTTTTTAATG/CTTTTTTTAATG...CCCAG|TGT 1 1 45.363
54167177 GT-AG 0 0.0002233402327198 585 rna-XM_039335343.1 9887106 5 697046 697630 Crotalus tigris 88082 CTG|GTAGGTTTCT...TGATTTTTATTT/GTGATTTTTATT...TGCAG|GGA 1 1 49.815
54167178 GT-AG 0 1.000000099473604e-05 1850 rna-XM_039335343.1 9887106 6 697724 699573 Crotalus tigris 88082 TAG|GTCAGTATGG...GTGACTTTGATG/TAAATATTTATG...CATAG|TGG 1 1 54.743
54167179 GT-AG 0 1.000000099473604e-05 481 rna-XM_039335343.1 9887106 7 699664 700144 Crotalus tigris 88082 GAA|GTAAGTCAAA...AGTTCCTTTTTT/TATGATTTAATT...TGCAG|CAA 1 1 59.512
54167180 GT-AG 0 1.7484063045614137e-05 77 rna-XM_039335343.1 9887106 8 700189 700265 Crotalus tigris 88082 GAA|GTAAGTACTT...TCTTTTTTATTA/CTCTTTTTTATT...AATAG|AGT 0 1 61.844
54167181 GT-AG 0 0.0027771061011415 7547 rna-XM_039335343.1 9887106 9 700327 707873 Crotalus tigris 88082 CAG|GTATTTTTGA...TATTTTTCATCT/CTATTTTTCATC...TCAAG|GAG 1 1 65.077
54167182 GT-AG 0 1.0967195977351296e-05 5825 rna-XM_039335343.1 9887106 10 707970 713794 Crotalus tigris 88082 TGG|GTAAATTGCA...TTTCTTTTGCTT/TTTTGCTTCACT...TTCAG|GCG 1 1 70.164
54167183 GT-AG 0 2.4484040083729577e-05 201 rna-XM_039335343.1 9887106 11 713874 714074 Crotalus tigris 88082 AAG|GTAGGCTAAG...TGTTTCTGGATG/TAAAATATAATA...CATAG|GTG 2 1 74.351
54167184 GT-AG 0 1.000000099473604e-05 1563 rna-XM_039335343.1 9887106 12 714127 715689 Crotalus tigris 88082 TGT|GTGAGTAAAA...AACACTTTGATA/GTTTCTTTTACT...TCCAG|GTA 0 1 77.107
54167185 GT-AG 0 1.000000099473604e-05 3004 rna-XM_039335343.1 9887106 13 715754 718757 Crotalus tigris 88082 TTG|GTAAGGAAAA...AATTCCTTTTTT/GAGAGCCTGATT...ATCAG|GGA 1 1 80.498
54167186 GT-AG 0 1.000000099473604e-05 1027 rna-XM_039335343.1 9887106 14 718878 719904 Crotalus tigris 88082 TAG|GTAAGGACTT...TTCTTATTGATA/TTTGTATTTATA...CAAAG|GTC 1 1 86.857
54167187 GT-AG 0 1.2808415259168375e-05 812 rna-XM_039335343.1 9887106 15 720039 720850 Crotalus tigris 88082 ATG|GTAAGCACAG...AATGCTTTGATA/AATGCTTTGATA...TGTAG|GCA 0 1 93.959
54167495 GT-AG 0 1.000000099473604e-05 1331 rna-XM_039335343.1 9887106 1 684603 685933 Crotalus tigris 88082 CGG|GTGAGAGAAG...AAATTCTAGATT/TTGTTTTTTATG...ATAAG|CCA   0 17.011

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