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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
109622981 GT-AG 0 0.0001732843222473 116 rna-XM_042649661.1 20429332 2 5737663 5737778 Macadamia integrifolia 60698 TCG|GTATGAATAT...GTTTCTGTGATT/GTTTCTGTGATT...GCTAG|ATA 1 1 16.64
109622982 GT-AG 0 1.000000099473604e-05 88 rna-XM_042649661.1 20429332 3 5737866 5737953 Macadamia integrifolia 60698 ATG|GTGTGTATAT...AGTTTATTAATT/AGTTTATTAATT...TGCAG|CAA 1 1 19.382
109622983 GT-AG 0 1.0712622326941803 116 rna-XM_042649661.1 20429332 4 5738055 5738170 Macadamia integrifolia 60698 AAT|GTATGCTTGA...TCTTTCTGGACC/GCCTATCTAATA...TACAG|ACT 0 1 22.565
109622984 GT-AG 0 0.0202798733040744 115 rna-XM_042649661.1 20429332 5 5738288 5738402 Macadamia integrifolia 60698 GAG|GTACTCCTTA...TTTATCTTATTT/TTTTATCTTATT...TACAG|AAA 0 1 26.253
109622985 GT-AG 0 1.000000099473604e-05 88 rna-XM_042649661.1 20429332 6 5738485 5738572 Macadamia integrifolia 60698 AAG|GTAAGAAGTG...TCTCTCTTGATT/TCTCTCTTGATT...GACAG|CTC 1 1 28.837
109622986 GT-AG 0 1.000000099473604e-05 96 rna-XM_042649661.1 20429332 7 5738641 5738736 Macadamia integrifolia 60698 CTG|GTGAGCTTAG...TTTTCATTAATT/TTCATTTTCATT...TCCAG|ACG 0 1 30.98
109622987 GT-AG 0 1.000000099473604e-05 84 rna-XM_042649661.1 20429332 8 5738797 5738880 Macadamia integrifolia 60698 CTG|GTAATAAACT...TTTCACTTAGTT/ATATTTTTCACT...TGCAG|AAC 0 1 32.871
109622988 GT-AG 0 1.000000099473604e-05 1175 rna-XM_042649661.1 20429332 9 5739006 5740180 Macadamia integrifolia 60698 CAG|GTCGAACTTA...TTCCTTTTGATG/GATTATTTCACA...TGCAG|TGT 2 1 36.811
109622989 GT-GT 0 2.545780670443889e-05 81 rna-XM_042649661.1 20429332 10 5740384 5740464 Macadamia integrifolia 60698 TAG|GTACTGGTTC...GACCTTTTGACT/TTGGAACTCATA...CAGGT|TGT 1 1 43.208
109622990 GT-AG 0 0.1770497830642917 92 rna-XM_042649661.1 20429332 11 5740572 5740663 Macadamia integrifolia 60698 CAG|GTATGCTTTG...TTATCCATAATT/TATTTATTTATT...TGTAG|ATG 0 1 46.581
109622991 GT-AG 0 1.000000099473604e-05 85 rna-XM_042649661.1 20429332 12 5740754 5740838 Macadamia integrifolia 60698 CTG|GTAAGGATGC...CTAATTTTATTT/ATTTATCTAATT...TTCAG|GTT 0 1 49.417
109622992 GT-AG 0 5.475169251448014e-05 98 rna-XM_042649661.1 20429332 13 5741793 5741890 Macadamia integrifolia 60698 CAG|GTCACTACTT...TCTTTCTTACTA/TTCTTTCTTACT...ATTAG|GTG 0 1 79.483
109622993 GT-AG 0 1.000000099473604e-05 96 rna-XM_042649661.1 20429332 14 5742214 5742309 Macadamia integrifolia 60698 AAG|GTACAAACAC...AATATCTGAATC/AATCACCTCATT...TGTAG|TAT 2 1 89.663
109627135 GT-AG 0 1.000000099473604e-05 627 rna-XM_042649661.1 20429332 1 5736594 5737220 Macadamia integrifolia 60698 TCT|GTGAGTACTT...TTTTTTTTAATT/TTTTTTTTAATT...TGCAG|CTA   0 9.14

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