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

✎ 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
214073368 GT-AG 0 1.000000099473604e-05 5810 rna-XM_014264246.2 38724987 1 2667779 2673588 Zonotrichia albicollis 44394 CTG|GTGAGTGCGG...ACTTTCATAATT/ATGACTTTCATA...TGCAG|ATC 0 1 1.338
214073369 GT-AG 0 1.000000099473604e-05 871 rna-XM_014264246.2 38724987 2 2673625 2674495 Zonotrichia albicollis 44394 AAG|GTAGGATATA...TTTATCTGAAAT/ATTTATCTGAAA...CACAG|GTT 0 1 2.409
214073370 GT-AG 0 0.0001263078158472 931 rna-XM_014264246.2 38724987 3 2674631 2675561 Zonotrichia albicollis 44394 AGA|GTAAGCCCAG...GTGGTTTTATTT/GTTTTATTTACT...ACTAG|ATA 0 1 6.423
214073371 GT-AG 0 2.3283759501665773e-05 272 rna-XM_014264246.2 38724987 4 2675721 2675992 Zonotrichia albicollis 44394 CTT|GTAAGTTGCA...ATTCATTTATTG/ATTGGATTCATT...ATCAG|GTC 0 1 11.151
214073372 GT-AG 0 0.0036302909678807 1095 rna-XM_014264246.2 38724987 5 2676138 2677232 Zonotrichia albicollis 44394 CAG|GTAACTTTAT...AGTGCCATATTT/AAGTGCCATATT...TCCAG|GTA 1 1 15.462
214073373 GT-AG 0 1.000000099473604e-05 832 rna-XM_014264246.2 38724987 6 2677394 2678225 Zonotrichia albicollis 44394 GAG|GTAAAAAAAC...CTCTTCTTACCA/CCTCTTCTTACC...GACAG|ACA 0 1 20.25
214073374 GT-AG 0 1.9589765894544375e-05 142 rna-XM_014264246.2 38724987 7 2678361 2678502 Zonotrichia albicollis 44394 GCA|GTAAGTACAA...ATCTTTTTAAAC/TTTTTTTTTAAT...TGCAG|TTT 0 1 24.264
214073375 GT-AG 0 1.000000099473604e-05 887 rna-XM_014264246.2 38724987 8 2678689 2679575 Zonotrichia albicollis 44394 AAG|GTAAGTATAG...TTTTCTTTATTA/ATTTTCTTTATT...TCTAG|GAG 0 1 29.795
214073376 GT-AG 0 2.998055805387825e-05 686 rna-XM_014264246.2 38724987 9 2679836 2680521 Zonotrichia albicollis 44394 TAC|GTAAGAATTT...GAATCTTTGATT/GAATCTTTGATT...ATCAG|GTA 2 1 37.526
214073377 GT-AG 0 1.000000099473604e-05 630 rna-XM_014264246.2 38724987 10 2680665 2681294 Zonotrichia albicollis 44394 CTG|GTAAGTGTAG...AATTTTTTATAT/TAATTTTTTATA...CTTAG|ATT 1 1 41.778
214073378 GT-AG 0 1.000000099473604e-05 1461 rna-XM_014264246.2 38724987 11 2681523 2682983 Zonotrichia albicollis 44394 ATG|GTAAGAAAAT...TTTTCTTTAACC/TTTTCTTTAACC...GTCAG|ACA 1 1 48.558
214073379 GT-AG 0 1.38106055458022e-05 1015 rna-XM_014264246.2 38724987 12 2683215 2684229 Zonotrichia albicollis 44394 TGC|GTAAGTAATT...AAGGTCCTAATA/AAGGTCCTAATA...TGTAG|TTG 1 1 55.427
214073380 GC-AG 0 1.3715245788331108e-05 1129 rna-XM_014264246.2 38724987 13 2684373 2685501 Zonotrichia albicollis 44394 AAG|GCATGTATCC...CACATCTTAATT/ATTTGTCTTATG...TGTAG|CCA 0 1 59.679
214073381 GT-AG 0 0.0002269346105457 2000 rna-XM_014264246.2 38724987 14 2685847 2687846 Zonotrichia albicollis 44394 GAT|GTAAGCATAT...CTGGCATTAATG/CTGGCATTAATG...TGCAG|AAA 0 1 69.938

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