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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
204419027 GT-AG 0 1.6353407819228898 895 rna-XM_038849480.1 36995191 1 5675531 5676425 Tripterygium wilfordii 458696 AAG|GTATCTCTTT...ATTTTCTTATAA/AATTTTCTTATA...ATCAG|GTG 0 1 7.728
204419028 GC-AG 0 1.000000099473604e-05 78 rna-XM_038849480.1 36995191 2 5676561 5676638 Tripterygium wilfordii 458696 CAG|GCATGATTGC...AATTTTTTAGTA/TAATTTTTTAGT...TGCAG|CAA 0 1 11.206
204419029 GT-AG 0 0.0356729183390209 97 rna-XM_038849480.1 36995191 3 5676723 5676819 Tripterygium wilfordii 458696 CAG|GTGTCTTACA...ATGCTCTTAATG/ATATTTCTGACA...GTTAG|ACT 0 1 13.369
204419030 GT-AG 0 1.000000099473604e-05 107 rna-XM_038849480.1 36995191 4 5676946 5677052 Tripterygium wilfordii 458696 GAG|GTGGCACTCA...GATTTTATGATT/TTATGTTTCAAT...CACAG|GAG 0 1 16.615
204419031 GT-AG 0 1.000000099473604e-05 98 rna-XM_038849480.1 36995191 5 5677113 5677210 Tripterygium wilfordii 458696 GAG|GTTAAGTAGC...TGTGACTTAATG/TAATGTTTTACT...TGCAG|ATA 0 1 18.161
204419032 GT-AG 0 1.000000099473604e-05 115 rna-XM_038849480.1 36995191 6 5677265 5677379 Tripterygium wilfordii 458696 CAG|GTAGAAGAAG...TTTACTTTATTT/TATTTTTTCAAT...ATTAG|ATA 0 1 19.552
204419033 GT-AG 0 0.0010349839503194 897 rna-XM_038849480.1 36995191 7 5677473 5678369 Tripterygium wilfordii 458696 AAG|GTTTGCTTTG...CTGGATTTGATA/CTGGATTTGATA...TGCAG|GGA 0 1 21.947
204419034 GT-AG 0 0.0002925330965387 294 rna-XM_038849480.1 36995191 8 5678466 5678759 Tripterygium wilfordii 458696 AAG|GTACTATTTT...CTAGCTTTAGTC/TTTATGTTGAAG...TTCAG|AGT 0 1 24.42
204419035 GT-AG 0 2.907794493613537e-05 777 rna-XM_038849480.1 36995191 9 5678906 5679682 Tripterygium wilfordii 458696 TGG|GTACGGTTTA...GTGTTCTAATTA/TGTGTTCTAATT...TGCAG|GAA 2 1 28.181
204419036 GT-AG 0 1.000000099473604e-05 70 rna-XM_038849480.1 36995191 10 5679833 5679902 Tripterygium wilfordii 458696 AAG|GTACTGCATC...CATGACTTAATT/CATGACTTAATT...TGCAG|CTG 2 1 32.045
204419037 GT-AG 0 0.0005784005933641 91 rna-XM_038849480.1 36995191 11 5680033 5680123 Tripterygium wilfordii 458696 AAA|GTATAATCAT...GTTTCTCTATTA/ATTTGATTAATG...AACAG|GAA 0 1 35.394
204419038 GT-AG 0 4.667488265056694e-05 101 rna-XM_038849480.1 36995191 12 5681276 5681376 Tripterygium wilfordii 458696 AAA|GTAAGTTTAT...TCTATTTTAGAA/TTATTAATGATC...CACAG|GCA 0 1 65.07
204419039 GT-AG 0 0.0063832802906088 87 rna-XM_038849480.1 36995191 13 5681476 5681562 Tripterygium wilfordii 458696 TTG|GTATTTTAAT...CTGTTTTTACTT/CCTGTTTTTACT...GGCAG|GTG 0 1 67.62
204419040 GT-AG 0 0.0055771770439944 77 rna-XM_038849480.1 36995191 14 5681716 5681792 Tripterygium wilfordii 458696 AAG|GTATTTTATC...TCCTTCTTACAG/TTCCTTCTTACA...TACAG|CTT 0 1 71.561
204419041 GT-AG 0 1.000000099473604e-05 1591 rna-XM_038849480.1 36995191 15 5682591 5684181 Tripterygium wilfordii 458696 CAG|GTGAGTTGAA...AATCTTTTAACT/ACTTGATTCATT...CGCAG|ACA 0 1 92.117

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