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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
204418999 GT-AG 0 0.0002464291362025 102 rna-XM_038847074.1 36995188 1 736835 736936 Tripterygium wilfordii 458696 TTT|GTAAGTTATT...GAATCATTGATT/TTGTCACTCATT...AACAG|GTA 2 1 18.326
204419000 GT-AG 0 1.000000099473604e-05 108 rna-XM_038847074.1 36995188 2 736654 736761 Tripterygium wilfordii 458696 AGT|GTAAGACTTG...CTGTTGTTATCC/TCTGTTGTTATC...GGCAG|GAT 0 1 20.134
204419001 GT-AG 0 1.000000099473604e-05 158 rna-XM_038847074.1 36995188 3 736235 736392 Tripterygium wilfordii 458696 GAG|GTAATTGTTC...AGAATTTTAGTT/AATACTCTCATT...ATCAG|GCA 0 1 26.597
204419002 GT-AG 0 1.000000099473604e-05 108 rna-XM_038847074.1 36995188 4 736047 736154 Tripterygium wilfordii 458696 TCA|GTTATGTCCA...TTATACTTAGCA/CTTAAACTGATC...TGCAG|GAC 2 1 28.579
204419003 GT-AG 0 3.102138969907239e-05 206 rna-XM_038847074.1 36995188 5 734659 734864 Tripterygium wilfordii 458696 ACG|GTATGAGCTT...AGAATCTTAGTC/TTATTTCTCACT...GTCAG|GTC 2 1 57.85
204419004 GT-AG 0 1.5687102857305017e-05 127 rna-XM_038847074.1 36995188 6 734390 734516 Tripterygium wilfordii 458696 GTG|GTAAGCATTA...GCTACTATAATA/CATTGTTTCACA...TACAG|GAG 0 1 61.367
204419005 GT-AG 0 1.000000099473604e-05 71 rna-XM_038847074.1 36995188 7 734073 734143 Tripterygium wilfordii 458696 GAG|GTAAAATGTG...AATTTCATGACC/TATAATTTCATG...TACAG|GAT 0 1 67.459
204419006 GT-AG 0 1.000000099473604e-05 174 rna-XM_038847074.1 36995188 8 733604 733777 Tripterygium wilfordii 458696 AAG|GTAATGCCCT...GTTAGCTCAACC/AGTTAGCTCAAC...TGTAG|GCA 1 1 74.765
204419007 GT-AG 0 1.000000099473604e-05 167 rna-XM_038847074.1 36995188 9 733315 733481 Tripterygium wilfordii 458696 TCG|GTTAGTTCGA...TTTATGTTATCC/CAGACACTCATT...ACCAG|CGT 0 1 77.786
204419008 GT-AG 0 1.000000099473604e-05 85 rna-XM_038847074.1 36995188 10 732978 733062 Tripterygium wilfordii 458696 AGG|GTGCGTAACA...TCGTCCATAAAT/CATAAATTTACA...TGCAG|GTT 0 1 84.027
204419009 GT-AG 0 1.000000099473604e-05 101 rna-XM_038847074.1 36995188 11 732754 732854 Tripterygium wilfordii 458696 AAG|GTGATAATCA...CACTCTTTATAT/TAATGTTTCACT...TCCAG|GTG 0 1 87.073
204419010 GT-AG 0 1.000000099473604e-05 98 rna-XM_038847074.1 36995188 12 732545 732642 Tripterygium wilfordii 458696 AAG|GTTAGGCTGA...ATTCCCCAGATA/AAGTAGATAAGT...TTCAG|GAG 0 1 89.822
204419011 GT-AG 0 1.000000099473604e-05 65 rna-XM_038847074.1 36995188 13 732330 732394 Tripterygium wilfordii 458696 AAG|GTAAGAAACT...AGTACCTAAATT/CCTAAATTAATG...TACAG|GAA 0 1 93.536
204419012 GT-AG 0 2.4317957332838973e-05 191 rna-XM_038847074.1 36995188 14 732013 732203 Tripterygium wilfordii 458696 CAG|GTACGTGAGA...TGAACTTTGATT/TGAACTTTGATT...ACAAG|ATA 0 1 96.657
204419013 GT-AG 0 1.000000099473604e-05 89 rna-XM_038847074.1 36995188 15 731807 731895 Tripterygium wilfordii 458696 AAG|GTGTGCACTC...GGGTTTCTAACT/GGGTTTCTAACT...TGCAG|GGC 0 1 99.554

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