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

✎ 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
143078564 GT-AG 0 1.000000099473604e-05 540 rna-XM_025943394.1 25832580 1 59626567 59627106 Panicum hallii 206008 GAG|GTGTGCAGAT...TGAACTTGAATT/AATTGACTAATT...GCCAG|CAG 0 1 8.783
143078565 GT-AG 0 0.0012239056599737 477 rna-XM_025943394.1 25832580 2 59627266 59627742 Panicum hallii 206008 GGG|GTATAATACA...CTTCTCTTACAT/CCTTCTCTTACA...CTTAG|CAG 0 1 13.391
143078566 GT-AG 0 1.000000099473604e-05 87 rna-XM_025943394.1 25832580 3 59627926 59628012 Panicum hallii 206008 GTG|GTGAGCTACT...ATCTGTTTAAAT/ACTGGTTTCACA...TCTAG|GTA 0 1 18.696
143078567 GT-AG 0 1.000000099473604e-05 296 rna-XM_025943394.1 25832580 4 59628144 59628439 Panicum hallii 206008 ATG|GTGTGTCATC...CATTCAGTGACT/CAGTGACTCAAA...AATAG|GTA 2 1 22.493
143078568 GT-AG 0 0.0006579084885266 106 rna-XM_025943394.1 25832580 5 59628540 59628645 Panicum hallii 206008 GAG|GTACACACTT...CCGTTGTTAATG/TAATGATTTATC...ACTAG|CCT 0 1 25.391
143078569 GT-AG 0 6.883343061792574e-05 73 rna-XM_025943394.1 25832580 6 59628779 59628851 Panicum hallii 206008 AAG|GTATGGTACT...GTTGCCTAAATG/TAAATGCTCATC...GGCAG|GAG 1 1 29.246
143078570 GT-AG 0 1.000000099473604e-05 80 rna-XM_025943394.1 25832580 7 59628916 59628995 Panicum hallii 206008 TTG|GTTGGTCTAT...ATGTCCTTTGCT/ATAAATCTAATG...CGCAG|CAA 2 1 31.101
143078571 GT-AG 0 1.000000099473604e-05 358 rna-XM_025943394.1 25832580 8 59629783 59630140 Panicum hallii 206008 GAG|GTGTGGTAAC...GTTTCCTTCTTT/CAGGTGCTTACT...TGCAG|GTG 0 1 53.913
143078572 GT-AG 0 0.0046319305810107 260 rna-XM_025943394.1 25832580 9 59630474 59630733 Panicum hallii 206008 GCG|GTATGTTATG...TCAATATTGATT/TCAATATTGATT...ACCAG|GTA 0 1 63.565
143078573 GT-AG 0 3.2726547624022306e-05 87 rna-XM_025943394.1 25832580 10 59630972 59631058 Panicum hallii 206008 ATG|GTTTGTAATG...TTTGTTTTAAAG/TTTGTTTTAAAG...TGCAG|GTT 1 1 70.464
143078574 GT-AG 0 1.000000099473604e-05 88 rna-XM_025943394.1 25832580 11 59631517 59631604 Panicum hallii 206008 CAG|GTCATATTCT...TCCTTCTTACTT/TTCCTTCTTACT...AACAG|GTT 0 1 83.739
143078575 GT-AG 0 1.000000099473604e-05 102 rna-XM_025943394.1 25832580 12 59631678 59631779 Panicum hallii 206008 ATG|GTTAGAAAAA...TGTATCTGAAAA/GTGTATCTGAAA...TTTAG|GTA 1 1 85.855
143078576 GT-AG 0 1.000000099473604e-05 109 rna-XM_025943394.1 25832580 13 59631866 59631974 Panicum hallii 206008 AAG|GTGTGGCAGA...GAAACCATGTCC/TTCCGACTGATG...TGCAG|TCC 0 1 88.348
143078577 GT-AG 0 1.000000099473604e-05 100 rna-XM_025943394.1 25832580 14 59632095 59632194 Panicum hallii 206008 GAG|GTTAGCATTA...CTAACCTGGAGT/TGATGACTAACC...TTCAG|ATC 0 1 91.826
143078578 GT-AG 0 1.000000099473604e-05 125 rna-XM_025943394.1 25832580 15 59632266 59632390 Panicum hallii 206008 AGG|GTAAGGAACA...TGTGACTTATTT/CTGTGACTTATT...GGCAG|GTT 2 1 93.884

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