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)

12 rows where transcript_id = 19948549

✎ 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
106845711 GT-AG 0 1.000000099473604e-05 462 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 1 1901192 1901653 Lophotis ruficrista 172689 AAG|GTAGAATTTC...TTTACCTTTGCA/ATGCTATTTACC...TATAG|GAA 0 1 10.938
106845712 GT-AG 0 1.000000099473604e-05 512 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 2 1900469 1900980 Lophotis ruficrista 172689 CAG|GTGAATTGTA...TCAATTTTATTG/TTCAATTTTATT...TTCAG|GTG 1 1 23.148
106845713 GT-AG 0 1.000000099473604e-05 1884 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 3 1898377 1900260 Lophotis ruficrista 172689 CAA|GTAAGTGTCT...TTTCATGTAACC/CACTGTTTCATG...TTAAG|GGC 2 1 35.185
106845714 GT-AG 0 2.27752798422335e-05 411 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 4 1897822 1898232 Lophotis ruficrista 172689 AAG|GTAAAGTATT...ATTCCCTTATCT/AATTCCCTTATC...AACAG|ATA 2 1 43.519
106845715 GT-AG 0 1.000000099473604e-05 1538 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 5 1896127 1897664 Lophotis ruficrista 172689 AAT|GTAAGAACAC...TTTTTTTTAATT/TTTTTTTTAATT...GTCAG|ACC 0 1 52.604
106845716 GT-AG 0 1.000000099473604e-05 491 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 6 1895556 1896046 Lophotis ruficrista 172689 CAG|GTACTGCGCG...TGTCCTCTGATA/CTGATACTCAGC...TGAAG|GTA 2 1 57.234
106845717 GT-AG 0 0.0017576778060119 393 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 7 1895039 1895431 Lophotis ruficrista 172689 ATT|GTACGTTCAG...TTTGTCTTTTCC/TCAGGAATGACA...AACAG|GGA 0 1 64.41
106845718 GT-AG 0 0.000136508692055 208 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 8 1894750 1894957 Lophotis ruficrista 172689 CAG|GTATGGTGGT...GCTCTCTTAAAA/GTTATAATCACC...TGCAG|ATT 0 1 69.097
106845719 GT-AG 0 2.059949016042357e-05 366 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 9 1894282 1894647 Lophotis ruficrista 172689 CTG|GTAAGCTAAA...GGCTTCTCAACA/AGGCTTCTCAAC...AACAG|GAT 0 1 75.0
106845720 GT-AG 0 1.000000099473604e-05 85 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 10 1894069 1894153 Lophotis ruficrista 172689 TGG|GTTTGTAGAT...ATACCTTTCACC/ATACCTTTCACC...CCTAG|GTA 2 1 82.407
106845721 GT-AG 0 1.000000099473604e-05 622 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 11 1893347 1893968 Lophotis ruficrista 172689 GAG|GTAATTAGTG...TATTTTTTATTT/TTTTTATTTATT...TATAG|GTG 0 1 88.194
106845722 GC-AG 0 1.000000099473604e-05 331 rna-gnl|WGS:VWYV|LOPRUF_R13200_mrna 19948549 12 1892896 1893226 Lophotis ruficrista 172689 AAG|GCAAGTAAAC...TTTGCTTTTTTC/AATCTGCTCATT...ATCAG|ATT 0 1 95.139

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