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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
163479880 GT-AG 0 0.0016221806977242 926 rna-XM_034343880.1 29350737 1 14473205 14474130 Prunus dulcis 3755 CAG|GTACTTTCGC...TCTTTCTTAATA/TCTTTATTCATT...TATAG|GTA 0 1 7.438
163479881 GC-AG 0 1.000000099473604e-05 81 rna-XM_034343880.1 29350737 2 14474269 14474349 Prunus dulcis 3755 CAG|GCATGAACTC...GGATTCTTATCT/TGGATTCTTATC...TGCAG|CTA 0 1 10.894
163479882 GT-AG 0 0.0014930283942322 98 rna-XM_034343880.1 29350737 3 14474434 14474531 Prunus dulcis 3755 CAG|GTCTGTTTCC...TATTTCTTATTC/CTATTTCTTATT...ATCAG|ACG 0 1 12.998
163479883 GT-AG 0 1.000000099473604e-05 101 rna-XM_034343880.1 29350737 4 14474658 14474758 Prunus dulcis 3755 GAG|GTGAGCTTTA...GTTTCCCTACAT/ATTATATTAAAA...TACAG|GAG 0 1 16.153
163479884 GT-AG 0 1.000000099473604e-05 85 rna-XM_034343880.1 29350737 5 14474819 14474903 Prunus dulcis 3755 GAG|GTAGAAATTC...TTTCACTTGATT/ACTTGTTTCACT...TGCAG|ATT 0 1 17.656
163479885 GT-AG 0 1.000000099473604e-05 85 rna-XM_034343880.1 29350737 6 14474958 14475042 Prunus dulcis 3755 CAG|GTAGATGTAA...CTATCATTATTT/CTGGTGTTAATA...TCCAG|ATA 0 1 19.008
163479886 GT-AG 0 0.0005968288969061 1458 rna-XM_034343880.1 29350737 7 14475136 14476593 Prunus dulcis 3755 AAG|GTTTGCTTTA...GGAGCTTGAATA/CTGTTACTAACA...TGCAG|GGC 0 1 21.337
163479887 GT-AG 0 1.000000099473604e-05 154 rna-XM_034343880.1 29350737 8 14476690 14476843 Prunus dulcis 3755 ACG|GTAATAACCG...TTTTTTTTCTCA/TTTTTTCTCACA...TGTAG|AAT 0 1 23.742
163479888 GT-AG 0 0.0003918001963634 481 rna-XM_034343880.1 29350737 9 14476990 14477470 Prunus dulcis 3755 TGG|GTATGGCTTA...ATTTTTTTAGAT/TTTGTGCTAATT...TGCAG|GAA 2 1 27.398
163479889 GT-AG 0 1.000000099473604e-05 93 rna-XM_034343880.1 29350737 10 14477621 14477713 Prunus dulcis 3755 AAG|GTAGTACTGC...GTTCACTTAATT/CTTAATTTAACC...TGCAG|CTG 2 1 31.155
163479890 GT-AG 0 0.000461660183562 94 rna-XM_034343880.1 29350737 11 14477844 14477937 Prunus dulcis 3755 AGG|GTATGTTCTC...GAGCTTGTAAAT/ATGTGAATCATT...AATAG|GAT 0 1 34.41
163479891 GT-AG 0 1.000000099473604e-05 129 rna-XM_034343880.1 29350737 12 14479192 14479320 Prunus dulcis 3755 AAA|GTAAGTTCAG...CTTTCTGTATTC/TCTGTATTCATG...TACAG|GCC 0 1 65.815
163479892 GT-AG 0 0.0002265099881371 87 rna-XM_034343880.1 29350737 13 14479420 14479506 Prunus dulcis 3755 TTG|GTAGGTTTCT...CATATTTTAGCT/ATAGTCATTATT...TACAG|GTG 0 1 68.295
163479893 GT-AG 0 0.0005869261532471 128 rna-XM_034343880.1 29350737 14 14479660 14479787 Prunus dulcis 3755 AAG|GTATAAATCT...TTGGTCTTATTG/CTTATGCTTACC...TACAG|CTT 0 1 72.126
163479894 GT-AG 0 0.0007922375301478 659 rna-XM_034343880.1 29350737 15 14480586 14481244 Prunus dulcis 3755 CAG|GTATGTTAAA...GCATGCTTAACA/ATAGGACTTATT...TGCAG|AAG 0 1 92.111

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