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

✎ 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
163479705 GT-AG 0 4.775386945904069e-05 106 rna-XM_034342867.1 29350722 1 31390693 31390798 Prunus dulcis 3755 CTC|GTAAGTCCTA...TGATTTTTAAAA/TTGATTTTTAAA...TTCAG|GTT 0 1 26.882
163479706 GT-AG 0 1.000000099473604e-05 146 rna-XM_034342867.1 29350722 2 31390918 31391063 Prunus dulcis 3755 TGG|GTAAAGACAT...GATGCCCAGACA/AGTAATATAATT...TGCAG|GTG 2 1 29.725
163479707 GT-AG 0 2.4286619207722363e-05 120 rna-XM_034342867.1 29350722 3 31391139 31391258 Prunus dulcis 3755 ATG|GTATTGGTTT...AATATATTACTT/GGTTAGTTTACT...TTCAG|GGT 2 1 31.517
163479708 GT-AG 0 0.0001104436978287 97 rna-XM_034342867.1 29350722 4 31391338 31391434 Prunus dulcis 3755 CAT|GTAATTTACC...ATGTTATTACCT/TATTACCTAATA...ACCAG|AAG 0 1 33.405
163479709 GT-AG 0 3.774800978955043e-05 81 rna-XM_034342867.1 29350722 5 31391498 31391578 Prunus dulcis 3755 CGG|GTAAATTGGT...AAAATCTTAAAT/TCTTTTGTTATA...CGCAG|CAT 0 1 34.91
163479710 GT-AG 0 0.0054686077332695 170 rna-XM_034342867.1 29350722 6 31391657 31391826 Prunus dulcis 3755 TTG|GTATGTCCTG...GTAACTTTAATA/TATTTTCTTAAG...TTCAG|GTA 0 1 36.774
163479711 GT-AG 0 1.000000099473604e-05 366 rna-XM_034342867.1 29350722 7 31392025 31392390 Prunus dulcis 3755 AAG|GTTAGTGGTT...ATTTTTTTAATT/ATTTTTTTAATT...TACAG|ACT 0 1 41.505
163479712 GT-AG 0 1.000000099473604e-05 102 rna-XM_034342867.1 29350722 8 31392496 31392597 Prunus dulcis 3755 AAG|GTCGTGTTTT...ACACCCTTTATG/TCTGGACTCACT...TCCAG|GTA 0 1 44.014
163479713 GT-AG 0 0.0145427944260413 180 rna-XM_034342867.1 29350722 9 31392877 31393056 Prunus dulcis 3755 AAG|GTATATTCCA...GTTTCCTTTACT/CCTTTACTTATT...AACAG|TAT 0 1 50.681
163479714 GT-AG 0 1.000000099473604e-05 90 rna-XM_034342867.1 29350722 10 31393552 31393641 Prunus dulcis 3755 CAG|GTGCGTCAGA...TAATTTTTGTTT/TTTTTGTTTACA...TTCAG|TTG 0 1 62.509
163479715 GT-AG 0 2.326452472337948e-05 98 rna-XM_034342867.1 29350722 11 31394269 31394366 Prunus dulcis 3755 ATT|GTAAGTAACA...AATATTTTGATA/AATATTTTGATA...AATAG|GTA 0 1 77.491
163479716 GT-AG 0 0.0516183745386949 181 rna-XM_034342867.1 29350722 12 31394459 31394639 Prunus dulcis 3755 ACG|GTATGCTGTC...TATTCTTTGGTT/GTGGGCTTGACG...TCCAG|GGG 2 1 79.689
163479717 GT-AG 0 1.000000099473604e-05 122 rna-XM_034342867.1 29350722 13 31394872 31394993 Prunus dulcis 3755 AGG|GTAAGTTGTA...TCTTCTGTATCA/TTGAAGCTTATT...TACAG|GTT 0 1 85.233
163479718 GT-AG 0 0.000519474078172 306 rna-XM_034342867.1 29350722 14 31395109 31395414 Prunus dulcis 3755 TGG|GTAATCTATT...TTTTCTCTATCC/TCTATCCTTATG...TGTAG|ATG 1 1 87.981
163479719 GT-AG 0 1.000000099473604e-05 78 rna-XM_034342867.1 29350722 15 31395750 31395827 Prunus dulcis 3755 TGG|GTGAGTTCAT...ATTGATTTAGCT/TGTGGTTTCACG...TGCAG|ACC 0 1 95.986

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