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

✎ 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
31222541 GT-AG 0 0.0001380184663863 4737 rna-XM_030469595.1 6061997 1 190633313 190638049 Calypte anna 9244 AAG|GTTTTTATAT...TTTCTCTTATTA/GTTTCTCTTATT...TCCAG|GCT 0 1 3.678
31222542 GT-AG 0 0.0001846627485314 2174 rna-XM_030469595.1 6061997 2 190638203 190640376 Calypte anna 9244 AAG|GTATATACAC...ATTGTTTTATTG/TTTATATTAACT...TTTAG|GTG 0 1 6.655
31222543 GT-AG 0 1.365763813168244e-05 396 rna-XM_030469595.1 6061997 3 190640566 190640961 Calypte anna 9244 TCG|GTAAGTGTTT...AACTTTTTAAAT/AGTTAGTTAATT...TTTAG|CCA 0 1 10.333
31222544 GT-AG 0 1.000000099473604e-05 793 rna-XM_030469595.1 6061997 4 190641154 190641946 Calypte anna 9244 TTG|GTGAGTAGGA...ATTTTTTTGGTA/TGCAGATTAATG...TTCAG|GCT 0 1 14.069
31222545 GT-AG 0 2.4287048953059488e-05 256 rna-XM_030469595.1 6061997 5 190643050 190643305 Calypte anna 9244 AAA|GTAAGTTACA...ATGTTCTGAATA/TTTACATTTATT...TTCAG|CTC 2 1 35.532
31222546 GT-AG 0 1.000000099473604e-05 95 rna-XM_030469595.1 6061997 6 190643496 190643590 Calypte anna 9244 AAG|GTAATATTAA...TTTCTTTTAATT/TTTCTTTTAATT...TATAG|GCC 0 1 39.229
31222547 GT-AG 0 9.111194645620838e-05 86 rna-XM_030469595.1 6061997 7 190644234 190644319 Calypte anna 9244 CTG|GTATGTGTTT...AATGTTCTAGTC/GTTCTAGTCACT...TTTAG|GTG 1 1 51.742
31222548 GT-AG 0 1.000000099473604e-05 1245 rna-XM_030469595.1 6061997 8 190645804 190647048 Calypte anna 9244 CAG|GTAAGGATTG...CAATTATTGAAA/CAATTATTGAAA...TACAG|GTT 0 1 80.619
31222549 GT-AG 0 1.000000099473604e-05 681 rna-XM_030469595.1 6061997 9 190647137 190647817 Calypte anna 9244 CAG|GTGTGTAATG...TCTCTCTGAATG/CTGGGGCTGACT...CCTAG|GAG 1 1 82.331
31222550 GT-AG 0 0.0003657435173181 535 rna-XM_030469595.1 6061997 10 190647938 190648472 Calypte anna 9244 CAC|GTATGTGGAT...GAAATTTTGATA/TTCATTCTGATG...TCTAG|AAG 1 1 84.666
31222551 GT-AG 0 1.000000099473604e-05 576 rna-XM_030469595.1 6061997 11 190648582 190649157 Calypte anna 9244 ACA|GTGAGTATAG...AATTTCTTACCT/CTACTTTTAAAA...TGTAG|GCG 2 1 86.787
31222552 GT-AG 0 1.000000099473604e-05 501 rna-XM_030469595.1 6061997 12 190649342 190649842 Calypte anna 9244 ACA|GTAAGTAGTA...ATCATATTGATT/ATCATATTGATT...CTTAG|GAC 0 1 90.368
31222553 GT-AG 0 1.000000099473604e-05 1007 rna-XM_030469595.1 6061997 13 190649999 190651005 Calypte anna 9244 GAG|GTCAGTTTCA...ATTACCTCATTT/AATTACCTCATT...TTCAG|AGC 0 1 93.403
31222554 GT-AG 0 3.4062416132757735e-05 504 rna-XM_030469595.1 6061997 14 190651099 190651602 Calypte anna 9244 AAG|GTAATCTGAT...TTATTTTTATGT/TTTATTTTTATG...TTCAG|ATT 0 1 95.213
31222555 GT-AG 0 1.660010296117525e-05 574 rna-XM_030469595.1 6061997 15 190651639 190652212 Calypte anna 9244 AAT|GTGAGTTTTT...GTTATTTTAATG/GTTATTTTAATG...TGCAG|ACA 0 1 95.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 24.256ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)