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

✎ 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
118585043 GT-AG 0 0.002208457527868 1961 rna-XM_016206880.1 21894414 3 15780552 15782512 Miniopterus natalensis 291302 CAG|GTATGTATGC...CATTTCTTAATG/CCATTTCTTAAT...TGTAG|GCA 2 1 14.302
118585044 GT-AG 0 1.000000099473604e-05 8493 rna-XM_016206880.1 21894414 4 15771989 15780481 Miniopterus natalensis 291302 CAG|GTAATACATA...AAAATCTTAACT/ACTTATTTGATC...CACAG|CGT 0 1 18.243
118585045 GT-AG 0 1.000000099473604e-05 3053 rna-XM_016206880.1 21894414 5 15768839 15771891 Miniopterus natalensis 291302 CTG|GTTAGTATAT...TGCTTCTTGATA/TGCTTCTTGATA...TTCAG|ATC 1 1 23.705
118585046 GT-AG 0 0.1463308905769645 140 rna-XM_016206880.1 21894414 6 15768580 15768719 Miniopterus natalensis 291302 AAA|GTATGTTGTT...ATTTTTTTAACT/ATTTTTTTAACT...CTTAG|ATG 0 1 30.405
118585047 GT-AG 0 1.000000099473604e-05 2546 rna-XM_016206880.1 21894414 7 15765905 15768450 Miniopterus natalensis 291302 AAG|GTTAGAAATT...CATTTTTTAATT/TTTTATCTCATT...AATAG|GAA 0 1 37.669
118585048 GT-AG 0 0.0001812578214331 500 rna-XM_016206880.1 21894414 8 15765226 15765725 Miniopterus natalensis 291302 TGT|GTAAGTGATT...TTTTCTTTAATT/TTTTCTTTAATT...CTTAG|TCC 2 1 47.748
118585049 GT-AG 0 0.0021450752722682 1895 rna-XM_016206880.1 21894414 9 15763216 15765110 Miniopterus natalensis 291302 CCA|GTAAGTTTGA...TAATTTTTAATA/TAATTTTTAATA...CATAG|CTC 0 1 54.223
118585050 GT-AG 0 1.000000099473604e-05 16496 rna-XM_016206880.1 21894414 10 15746633 15763128 Miniopterus natalensis 291302 ATG|GTAAAAAAGA...AACTTCTTAAAA/GAACTTCTTAAA...TTCAG|AGA 0 1 59.122
118585051 GT-AG 0 3.095660259431676e-05 3983 rna-XM_016206880.1 21894414 11 15742500 15746482 Miniopterus natalensis 291302 CCG|GTATGTGTGT...GTTATTTCACTC/ATTTCACTCACC...TATAG|GCT 0 1 67.568
118585052 GT-AG 0 5.0281030074839295e-05 6559 rna-XM_016206880.1 21894414 12 15735734 15742292 Miniopterus natalensis 291302 CAG|GTATGGTGCA...AAATGTTTAATC/TTTAATCTGATG...TCCAG|AGT 0 1 79.223
118585053 GT-AG 0 1.000000099473604e-05 2785 rna-XM_016206880.1 21894414 13 15732843 15735627 Miniopterus natalensis 291302 ATA|GTGAGTAATG...CTCTCCTCACCT/TCTCTCCTCACC...TCTAG|AAA 1 1 85.191
118585054 GT-AG 0 0.02771355724763 1941 rna-XM_016206880.1 21894414 14 15730866 15732806 Miniopterus natalensis 291302 AAG|GTATTTTATA...ATTCTTTTGATA/ATTCTTTTGATA...CTCAG|CTG 1 1 87.218
118585758 GT-AG 0 1.000000099473604e-05 10566 rna-XM_016206880.1 21894414 1 15792567 15803132 Miniopterus natalensis 291302 AAG|GTGAGTGGTG...TTTTCTTTAGAC/AATGAGTTCACT...CTTAG|AAG   0 7.376
118585759 GT-AG 0 1.000000099473604e-05 9888 rna-XM_016206880.1 21894414 2 15782588 15792475 Miniopterus natalensis 291302 AAG|GTAAGAGATT...ATACTATTAACT/AAATTTTTCAAT...TTCAG|TAT   0 12.5

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