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

✎ 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
346675 GT-AG 0 1.000000099473604e-05 302 rna-XM_022256198.1 76467 2 666104 666405 Acanthaster planci 133434 AAG|GTAAAATCAA...GATTTCTTTGTG/TTCAGGTTTACG...CTTAG|TCA 0 1 39.248
346676 GT-AG 0 1.000000099473604e-05 439 rna-XM_022256198.1 76467 3 665599 666037 Acanthaster planci 133434 GAG|GTAATGTACA...GATTTGTTAATG/GATTTGTTAATG...AACAG|GAA 0 1 41.317
346677 GT-AG 0 1.000000099473604e-05 562 rna-XM_022256198.1 76467 4 664821 665382 Acanthaster planci 133434 GGG|GTAAGCAGAC...TTTCCTCTATCC/TAACCATTCACT...TGTAG|CTC 0 1 48.088
346678 GT-AG 0 0.119723019334524 221 rna-XM_022256198.1 76467 5 664463 664683 Acanthaster planci 133434 CAG|GTATTTTTTC...CCTTTTTTAATC/TTAATCCTCACT...TCCAG|TAC 2 1 52.382
346679 GT-AG 0 5.1370753272898936e-05 384 rna-XM_022256198.1 76467 6 663967 664350 Acanthaster planci 133434 CCA|GTAAGTCATA...AAGGTTTTGACT/AAGGTTTTGACT...CTCAG|AGC 0 1 55.893
346680 GT-AG 0 2.113047381700113e-05 233 rna-XM_022256198.1 76467 7 663485 663717 Acanthaster planci 133434 TCA|GTAAGATCTC...TTTGCCTGATTT/ATTTGCCTGATT...TGCAG|AGT 0 1 63.699
346681 GT-AG 0 0.0001209317424585 227 rna-XM_022256198.1 76467 8 663146 663372 Acanthaster planci 133434 CAG|GTACACAAGT...TTTGTTTTGAGT/TTTGTTTTGAGT...TCCAG|TGA 1 1 67.21
346682 GT-AG 0 0.0002530756556184 139 rna-XM_022256198.1 76467 9 662826 662964 Acanthaster planci 133434 AAG|GTAACATCCT...TTTTCCTAAGAT/ATTTTCCTAAGA...CTCAG|TAT 2 1 72.884
346683 GT-AG 0 1.000000099473604e-05 98 rna-XM_022256198.1 76467 10 662579 662676 Acanthaster planci 133434 ATG|GTAAGAACAA...TTTTTTTTTATA/TTTTTTTTTATA...TACAG|AAT 1 1 77.555
346684 GT-AG 0 1.000000099473604e-05 246 rna-XM_022256198.1 76467 11 662217 662462 Acanthaster planci 133434 CTG|GTAAGTTCAA...CTGACCGTATTA/TATTATCTCATT...CACAG|AGT 0 1 81.191
346685 GT-AG 0 1.000000099473604e-05 286 rna-XM_022256198.1 76467 12 661775 662060 Acanthaster planci 133434 CAG|GTAAATGTTT...TTTTTATTGATT/TTTTTATTGATT...CACAG|CTG 0 1 86.082
346686 GT-AG 0 0.0018857306657271 776 rna-XM_022256198.1 76467 13 660806 661581 Acanthaster planci 133434 AAG|GTAGGCTTAA...ATCTCTTTAATC/ATCTCTTTAATC...GATAG|TTC 1 1 92.132
346687 GT-AG 0 2.7037992872103048e-05 306 rna-XM_022256198.1 76467 14 660411 660716 Acanthaster planci 133434 CAC|GTAAGTTACT...TGTGTTTTGGCT/TGGCTAGTGATG...TTCAG|ATG 0 1 94.922
346688 GT-AG 0 1.000000099473604e-05 129 rna-XM_022256198.1 76467 15 660186 660314 Acanthaster planci 133434 ACG|GTGAGTATAT...ATTTTCTTATTT/CATTTTCTTATT...CACAG|AAT 0 1 97.931
348240 GT-AG 0 4.32751965796755e-05 1032 rna-XM_022256198.1 76467 1 667558 668589 Acanthaster planci 133434 GCG|GTAAGCACTA...TTATCATTGACA/CATATTATCATT...TGTAG|GTC   0 3.605

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