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

✎ 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
73763188 GT-AG 0 7.18581969920449e-05 869 rna-XM_012984455.1 13851100 1 860532 861400 Erythranthe guttata 4155 CAG|GTAATTTTTT...GTCTTCATATTT/CTATTTGTCATT...TCCAG|ATA 2 1 16.452
73763189 GT-AG 0 1.000000099473604e-05 75 rna-XM_012984455.1 13851100 2 861461 861535 Erythranthe guttata 4155 CCG|GTAAAAACAA...AATAACTTATTG/AAATAACTTATT...TTTAG|TTT 2 1 18.438
73763190 GT-AG 0 8.208923886865726e-05 109 rna-XM_012984455.1 13851100 3 861660 861768 Erythranthe guttata 4155 GAG|GTACTATTTC...ATGTTTTCAATG/CATGTTTTCAAT...CTCAG|ATT 0 1 22.542
73763191 GT-AG 0 0.0024240569722676 99 rna-XM_012984455.1 13851100 4 861838 861936 Erythranthe guttata 4155 CGG|GTATGTTGTT...TGGAGCTTGATC/TCATTTCTGATG...TGCAG|GCA 0 1 24.826
73763192 GT-AG 0 1.000000099473604e-05 166 rna-XM_012984455.1 13851100 5 862039 862204 Erythranthe guttata 4155 CAG|GTAATTAGGC...TTTTTCCTAATT/TTTTTCCTAATT...ATTAG|GTC 0 1 28.203
73763193 GT-AG 0 0.0139166631766309 468 rna-XM_012984455.1 13851100 6 862272 862739 Erythranthe guttata 4155 AAG|GTAGCCAGTA...GCATCATTAATG/TGAGTGTTAACT...TCCAG|ATG 1 1 30.42
73763194 GT-AG 0 0.0001201212224521 206 rna-XM_012984455.1 13851100 7 862805 863010 Erythranthe guttata 4155 GAG|GTATTGTCTT...TGTTCGTTTCCT/GATTGATACATC...TGCAG|CTT 0 1 32.572
73763195 GT-AG 0 4.723107278944552e-05 482 rna-XM_012984455.1 13851100 8 863106 863587 Erythranthe guttata 4155 AGT|GTATGAACAA...GTATATTTATTG/AGTATATTTATT...AACAG|GCA 2 1 35.717
73763196 GT-AG 0 0.0001835249316758 175 rna-XM_012984455.1 13851100 9 863707 863881 Erythranthe guttata 4155 TAG|GTTTGTCTGA...ATTTTTTTAGCT/GTGGTGTTCATT...ATCAG|GCG 1 1 39.656
73763197 GT-AG 0 0.0088475561819953 237 rna-XM_012984455.1 13851100 10 863983 864219 Erythranthe guttata 4155 AAG|GTTCCTATTG...AATTCTTTATCT/AAATTCTTTATC...TGCAG|CTC 0 1 42.999
73763198 GT-AG 0 8.83140727216474e-05 176 rna-XM_012984455.1 13851100 11 864437 864612 Erythranthe guttata 4155 AAG|GTTTAATTTT...TTATTTTTGTTT/AAAGAATTTATG...TTTAG|ATA 1 1 50.182
73763199 GT-AG 0 1.000000099473604e-05 310 rna-XM_012984455.1 13851100 12 864771 865080 Erythranthe guttata 4155 AAG|GTAATTCACT...ATTATTTTAATG/ATTATTTTAATG...AACAG|GTG 0 1 55.412
73763200 GT-AG 0 1.551586208227033e-05 97 rna-XM_012984455.1 13851100 13 865207 865303 Erythranthe guttata 4155 GCA|GTAAGTATCA...GTTCTCTCAGAA/CATAGTTTCAGT...TGAAG|GTT 0 1 59.583
73763201 GT-AG 0 1.000000099473604e-05 85 rna-XM_012984455.1 13851100 14 866279 866363 Erythranthe guttata 4155 GTG|GTAAGTATAA...TGTTTTTTTGTG/CCGTAATTAACA...TGTAG|GTG 0 1 91.857

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