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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, 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
13842813 GT-AG 0 0.0012550465439442 296 rna-XM_026056832.1 2569294 2 11896480 11896775 Apteryx rowi 308060 ATG|GTAAATTTTT...TGTGCTTTGAAT/GCATGACTCACG...TTCAG|CTA 1 1 6.786
13842814 GT-AG 0 1.000000099473604e-05 521 rna-XM_026056832.1 2569294 3 11897308 11897828 Apteryx rowi 308060 AGG|GTGAGTGAGA...TTCCTCTTGGTT/TCTTGGTTCAAT...TCCAG|GCT 2 1 34.771
13842815 GT-AG 0 2.427450156161335e-05 423 rna-XM_026056832.1 2569294 4 11897934 11898356 Apteryx rowi 308060 CTC|GTAAGTAGTT...CTGTGTTTAATC/CTGTGTTTAATC...CTCAG|TGC 2 1 40.295
13842816 GT-AG 0 1.000000099473604e-05 374 rna-XM_026056832.1 2569294 5 11898498 11898871 Apteryx rowi 308060 GGG|GTAGGTGCCC...ACCTTTTTACTT/TAGTTACTAATT...TTTAG|ACC 2 1 47.712
13842817 GT-AG 0 1.000000099473604e-05 368 rna-XM_026056832.1 2569294 6 11898936 11899303 Apteryx rowi 308060 CTG|GTAAGTCTGC...TCTCACTTACTT/GGGAATCTCACT...TTCAG|CTG 0 1 51.078
13842818 GT-AG 0 0.0001239772734728 398 rna-XM_026056832.1 2569294 7 11899365 11899762 Apteryx rowi 308060 CTT|GTAAGTGTTT...TTCTCCTTCACT/TTCTCCTTCACT...TGTAG|CTG 1 1 54.287
13842819 GT-AG 0 3.836300956466732e-05 269 rna-XM_026056832.1 2569294 8 11899855 11900123 Apteryx rowi 308060 AAT|GTAAGTGCCA...ACTGCCTTGACG/ACTGCCTTGACG...TGCAG|CTC 0 1 59.127
13842820 GT-AG 0 1.000000099473604e-05 127 rna-XM_026056832.1 2569294 9 11900337 11900463 Apteryx rowi 308060 CAG|GTGGGCGTCC...TCGTTTTTCACC/TCGTTTTTCACC...CGCAG|GAC 0 1 70.331
13842821 GT-AG 0 1.000000099473604e-05 311 rna-XM_026056832.1 2569294 11 11900763 11901073 Apteryx rowi 308060 GCG|GTACGTGCCC...CTTCATTTATTT/AATAACTTCATT...TTCAG|GAC 0 1 81.694
13842822 GT-AG 0 1.000000099473604e-05 351 rna-XM_026056832.1 2569294 12 11901142 11901492 Apteryx rowi 308060 CAG|GTAGGACAGA...TCTTCCTTGTTT/CTTGTTTCTATC...CACAG|CAT 2 1 85.271
13842823 GT-AG 0 1.835718909692944e-05 474 rna-XM_026056832.1 2569294 13 11901536 11902009 Apteryx rowi 308060 AAC|GTAAGTTCAC...TTACTCTTTTCT/CAGATACTAATA...TGCAG|GTC 0 1 87.533
13842824 GT-AG 0 1.000000099473604e-05 128 rna-XM_026056832.1 2569294 14 11902074 11902201 Apteryx rowi 308060 ACA|GTACGGCTGG...TTCTCCCTGTTT/TGGGGTTTCACT...TGCAG|AGG 1 1 90.9
13842825 GT-AG 0 1.000000099473604e-05 2749 rna-XM_026056832.1 2569294 15 11902279 11905027 Apteryx rowi 308060 GAT|GTAAGGACCT...CCAGCTTTTACA/CCAGCTTTTACA...ATCAG|GGC 0 1 94.95
13843978 GT-AG 0 1.000000099473604e-05 976 rna-XM_026056832.1 2569294 1 11895378 11896353 Apteryx rowi 308060 CAG|GTATGAGCAA...ACTGTCTCAACA/ACTGCACTGATT...CACAG|TTC   0 0.894

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