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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
162621308 GT-AG 0 1.000000099473604e-05 2907 rna-XM_015815006.2 29163154 1 1652556 1655462 Protobothrops mucrosquamatus 103944 CGG|GTAAGGCTAC...TGATTTTTGAAA/ATTTTGTTGATT...TACAG|AAT 2 1 1.451
162621309 GT-AG 0 1.000000099473604e-05 4850 rna-XM_015815006.2 29163154 2 1656666 1661515 Protobothrops mucrosquamatus 103944 CAG|GTAATGCTAA...TCTTTTTTACCT/TTCTTTTTTACC...TCAAG|GAC 2 1 41.114
162621310 GT-AG 0 0.0008048344977237 635 rna-XM_015815006.2 29163154 3 1661687 1662321 Protobothrops mucrosquamatus 103944 GAG|GTATATAATC...ATTTTGTTAAAT/ATTTTGTTAAAT...TTCAG|AGA 2 1 46.752
162621311 GT-AG 0 3.630383924722173e-05 1998 rna-XM_015815006.2 29163154 4 1662475 1664472 Protobothrops mucrosquamatus 103944 CAA|GTAAGTATTT...TACTCCTGAGCT/AAATTGTTAATT...AATAG|CCT 2 1 51.797
162621312 GT-AG 0 4.8885628939770046e-05 1465 rna-XM_015815006.2 29163154 5 1664555 1666019 Protobothrops mucrosquamatus 103944 CAG|GTTTGTTATA...ATCTCATTAGCA/ATTTATCTCATT...TTTAG|AAA 0 1 54.5
162621313 GT-AG 0 0.0002551499672356 2482 rna-XM_015815006.2 29163154 6 1666237 1668718 Protobothrops mucrosquamatus 103944 ATG|GTAACAATTA...TTTTCTTTCATT/TTTTCTTTCATT...TTAAG|GTT 1 1 61.655
162621314 GT-AG 0 1.000000099473604e-05 430 rna-XM_015815006.2 29163154 7 1668793 1669222 Protobothrops mucrosquamatus 103944 GAT|GTAGGTGCAC...TTATTCATATAT/CATATATTTAAA...TTCAG|AGT 0 1 64.095
162621315 GT-AG 0 1.5586489941149475e-05 199 rna-XM_015815006.2 29163154 8 1669314 1669512 Protobothrops mucrosquamatus 103944 ACC|GTAAGTACAG...TTTTTCTTTTCC/AGGCATCTTACA...TCCAG|GTG 1 1 67.095
162621316 GT-AG 0 1.000000099473604e-05 1514 rna-XM_015815006.2 29163154 9 1669661 1671174 Protobothrops mucrosquamatus 103944 TAT|GTAAGTGAGA...GTTCTATTATTG/ATTATTGTGATA...TTCAG|GCA 2 1 71.975
162621317 GT-AG 0 0.0003166695558678 3278 rna-XM_015815006.2 29163154 10 1671313 1674590 Protobothrops mucrosquamatus 103944 CAG|GTATGTATCA...TATCTCTTTTCA/CAAAATTTCATT...TTTAG|TAT 2 1 76.525
162621318 GT-AG 0 1.000000099473604e-05 1641 rna-XM_015815006.2 29163154 11 1674745 1676385 Protobothrops mucrosquamatus 103944 TTG|GTAGGTAATC...CTACTTTTATCC/GCTACTTTTATC...TTCAG|GTC 0 1 81.602
162621319 GT-AG 0 4.643614915068959e-05 847 rna-XM_015815006.2 29163154 12 1676501 1677347 Protobothrops mucrosquamatus 103944 TTA|GTAAGTTGAT...TGTAGTTTAATA/TGTAGTTTAATA...TTCAG|TTA 1 1 85.394
162621320 GT-AG 0 1.000000099473604e-05 283 rna-XM_015815006.2 29163154 13 1677500 1677782 Protobothrops mucrosquamatus 103944 AAG|GTAAAGAAAT...AGTTTTTTAATG/AGTTTTTTAATG...TCCAG|ATG 0 1 90.406
162621321 GT-AG 0 1.000000099473604e-05 1083 rna-XM_015815006.2 29163154 14 1677870 1678952 Protobothrops mucrosquamatus 103944 AGG|GTAAGTAATA...ATGCCCTTGTCT/GATAATTTTACT...GGTAG|GAA 0 1 93.274

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