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

✎ 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
152560973 GT-AG 0 1.000000099473604e-05 3069 rna-XM_008789942.4 27391044 1 39640259 39643327 Phoenix dactylifera 42345 TAG|GTTGGTATCC...TTTTCTCTAATT/TTTTCTCTAATT...TGCAG|ATT 1 1 3.32
152560974 GT-AG 0 1.000000099473604e-05 154 rna-XM_008789942.4 27391044 2 39643587 39643740 Phoenix dactylifera 42345 GGG|GTCAGTTTTG...TTTGCTGTAACT/GGTGGTTTCATT...TGCAG|TGA 2 1 10.254
152560975 GT-AG 0 1.000000099473604e-05 101 rna-XM_008789942.4 27391044 3 39643839 39643939 Phoenix dactylifera 42345 ATG|GTCGGTATTC...TTGTCCATGATA/TGTGTGCTGAAT...TACAG|AAA 1 1 12.878
152560976 GT-AG 0 1.000000099473604e-05 658 rna-XM_008789942.4 27391044 4 39643990 39644647 Phoenix dactylifera 42345 GAG|GTAAATGCTA...GATTTCTTACTT/ATTGTTCTGATT...GACAG|GAC 0 1 14.217
152560977 GT-AG 0 0.0050591163850358 566 rna-XM_008789942.4 27391044 5 39644713 39645278 Phoenix dactylifera 42345 GTG|GTAAACTCTT...GTAACTTTAACA/TTGTTTGTAACT...CTCAG|TGC 2 1 15.957
152560978 GT-AG 0 0.0002647125093889 88 rna-XM_008789942.4 27391044 6 39646358 39646445 Phoenix dactylifera 42345 AAG|GTAGGTTTGA...GATTCCTTAGCT/CTATGACTGATT...TACAG|GTG 1 1 44.846
152560979 GT-AG 0 0.0001731477262836 141 rna-XM_008789942.4 27391044 7 39646887 39647027 Phoenix dactylifera 42345 TAG|GTACAAATTT...TCTTCCTTATTA/ATCTTCCTTATT...GCCAG|TTG 1 1 56.653
152560980 GT-AG 0 0.0008868608791627 857 rna-XM_008789942.4 27391044 8 39647173 39648029 Phoenix dactylifera 42345 TGA|GTATGACCTG...GCTTTTTTATTC/GGCTTTTTTATT...TTCAG|CGC 2 1 60.535
152560981 GT-AG 0 1.000000099473604e-05 839 rna-XM_008789942.4 27391044 9 39648167 39649005 Phoenix dactylifera 42345 CTG|GTGAGTGAAT...CATTTCATGACC/ATAATTTTTATG...TTCAG|GTG 1 1 64.203
152560982 GT-AG 0 1.000000099473604e-05 80 rna-XM_008789942.4 27391044 10 39649612 39649691 Phoenix dactylifera 42345 GAG|GTAGGATAGT...ATGCCCGTATTG/TCCACACTAACA...TACAG|ATG 1 1 80.428
152560983 GT-AG 0 0.0227694441134599 124 rna-XM_008789942.4 27391044 11 39649835 39649958 Phoenix dactylifera 42345 GAG|GTATGTTTAC...GACTCCTTATCG/CAATTGCTGACT...TGCAG|GGA 0 1 84.257
152560984 GT-AG 0 0.0004173464827366 304 rna-XM_008789942.4 27391044 12 39650172 39650475 Phoenix dactylifera 42345 AGT|GTAAGTTGTT...ATTTTTTTACCA/AATTTTTTTACC...TGCAG|GAT 0 1 89.96
152560985 GT-AG 0 0.0018342643142124 2779 rna-XM_008789942.4 27391044 13 39650510 39653288 Phoenix dactylifera 42345 CAG|GTAATCTTCT...ATAACCTTACTT/TTGGTTTTCATT...ATCAG|AGT 1 1 90.87
152560986 GT-AG 0 0.0045771671699235 103 rna-XM_008789942.4 27391044 14 39653401 39653503 Phoenix dactylifera 42345 TAG|GTAACCTCAT...CATACATTGAAT/CATACATTGAAT...TATAG|GGG 2 1 93.869
152560987 GT-AG 0 0.0018094435255382 994 rna-XM_008789942.4 27391044 15 39653634 39654627 Phoenix dactylifera 42345 TTG|GTATGCCAAT...TTTGCATTGATA/TTTGCATTGATA...TGCAG|GTT 0 1 97.349

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