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

✎ 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
163706959 GT-AG 0 1.000000099473604e-05 579 rna-XM_020560881.1 29402332 1 36545940 36546518 Prunus persica 3760 GAG|GTCAGTGTGA...AAATTTTTCTCT/CTCAGGCTAACT...CACAG|GTT 1 1 4.837
163706960 GT-AG 0 0.0009376004554139 685 rna-XM_020560881.1 29402332 2 36544515 36545199 Prunus persica 3760 CTG|GTAATTTTTC...TTTTCTTTAAAA/GTTTTTGTTATT...TGCAG|GTT 0 1 16.611
163706961 GT-AG 0 1.000000099473604e-05 105 rna-XM_020560881.1 29402332 3 36542837 36542941 Prunus persica 3760 GAG|GTGATGAACT...TTCCTTTTGATA/TTCCTTTTGATA...TCTAG|GTA 1 1 41.639
163706962 GT-AG 0 0.000279730096455 100 rna-XM_020560881.1 29402332 4 36542073 36542172 Prunus persica 3760 AGA|GTAAGCACTT...TATCTATTAACA/TTATGACTAATT...TTCAG|ATG 2 1 52.204
163706963 GT-AG 0 1.000000099473604e-05 563 rna-XM_020560881.1 29402332 5 36541428 36541990 Prunus persica 3760 AAA|GTAAGTCAGT...CAAACCTTATTT/TTTAATTTCATT...TGCAG|AGG 0 1 53.508
163706964 GT-AG 0 0.000405418342801 225 rna-XM_020560881.1 29402332 6 36541155 36541379 Prunus persica 3760 GGC|GTAAGTTACT...TGGACTTTACCA/ATGGACTTTACC...TCCAG|TTT 0 1 54.272
163706965 GT-AG 0 1.000000099473604e-05 122 rna-XM_020560881.1 29402332 7 36540839 36540960 Prunus persica 3760 TGA|GTGGGTTTGA...TTATGCTTATTA/GTTATGCTTATT...GCTAG|TTG 2 1 57.359
163706966 GT-AG 0 0.000697485283097 618 rna-XM_020560881.1 29402332 8 36540208 36540825 Prunus persica 3760 ATT|GTTTTTCAAT...ACTATTTTGATT/TTTACTCTCACT...TCGAG|AAT 0 1 57.566
163706967 GT-AG 0 1.000000099473604e-05 207 rna-XM_020560881.1 29402332 9 36539562 36539768 Prunus persica 3760 AAG|GTGCGTACAA...GTACCATTAATA/TAATATTTCACT...CTCAG|TGG 1 1 64.551
163706968 GT-AG 0 2.586127143994621e-05 87 rna-XM_020560881.1 29402332 10 36539315 36539401 Prunus persica 3760 CAT|GTAAGTCTGA...CTTTTTTTATAT/TTTATATTCACT...TACAG|ATC 2 1 67.096
163706969 GT-AG 0 1.371699994119122e-05 357 rna-XM_020560881.1 29402332 11 36538896 36539252 Prunus persica 3760 AAG|GTGTGTTCTC...CAGTTTTTCACT/CAGTTTTTCACT...TGTAG|TTC 1 1 68.083
163706970 GT-AG 0 7.721121355254555e-05 545 rna-XM_020560881.1 29402332 12 36538142 36538686 Prunus persica 3760 GAA|GTACTGTCTT...GCATTTCTGATA/GCATTTCTGATA...TACAG|GCC 0 1 71.408
163706971 GT-AG 0 1.000000099473604e-05 427 rna-XM_020560881.1 29402332 13 36537652 36538078 Prunus persica 3760 GAG|GTGAGTTTCT...TTCTCCTTCTTT/AGGATGTTTACA...GGTAG|GTT 0 1 72.411
163706972 GT-AG 0 0.0419950507534813 234 rna-XM_020560881.1 29402332 14 36537320 36537553 Prunus persica 3760 GAG|GTACCTTGTT...GTTTCAATAATA/AAAAGTTTCAAT...TGCAG|TTA 2 1 73.97
163706973 GT-AG 0 1.000000099473604e-05 510 rna-XM_020560881.1 29402332 15 36536385 36536894 Prunus persica 3760 ACG|GTAAGGGATT...TTGATCTTGAAG/ATTAGCTTGATC...TGCAG|GAT 1 1 80.732

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