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)

13 rows where transcript_id = 25713731

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
142235564 GT-AG 0 0.0030197632015145 823 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 1 40270 41092 Pachyramphus minor 369605 CGA|GTACGTTTTA...AGAGCTGTAGTT/GCTGTGCTAATG...CACAG|GTA 2 1 7.412
142235565 GT-AG 0 0.0003596508502953 299 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 2 39820 40118 Pachyramphus minor 369605 CAG|GTGCTCTTGC...CTAACCTTGATT/ATATCTCTAACC...CCCAG|GAT 0 1 14.115
142235566 GT-AG 0 1.000000099473604e-05 1496 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 3 37887 39382 Pachyramphus minor 369605 CAG|GTCAGATCTG...AGGCTCTGAGAT/CTCTCTGTCACC...TGCAG|GCA 2 1 33.511
142235567 GT-AG 0 1.000000099473604e-05 1050 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 4 36660 37709 Pachyramphus minor 369605 AAG|GTATGGGAAC...AGTCTCTTGTTT/ACGGTACCAACA...CCCAG|CAT 2 1 41.367
142235568 GT-AG 0 1.4232464145584956e-05 206 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 5 36339 36544 Pachyramphus minor 369605 AAG|GTAACAAGGC...TCCTCCCTGACT/TCCTCCCTGACT...GCCAG|GTG 0 1 46.471
142235569 GT-AG 0 1.000000099473604e-05 222 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 6 35970 36191 Pachyramphus minor 369605 CAG|GTGAGCCTTT...GGCTCCACAGCA/CAGCAAGTCAGT...CACAG|CTG 0 1 52.996
142235570 GT-AG 0 1.000000099473604e-05 610 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 7 35186 35795 Pachyramphus minor 369605 ACA|GTAAGAGCAG...ATTTGCTTCCTT/TTTGTAGGCACC...CCCAG|GTG 0 1 60.719
142235571 GT-AG 0 1.000000099473604e-05 664 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 8 34306 34969 Pachyramphus minor 369605 ATG|GTTGGTATGG...GATTTCTAAACT/CTGTTTCTAACT...CACAG|ACA 0 1 70.306
142235572 GT-AG 0 1.000000099473604e-05 343 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 9 33921 34263 Pachyramphus minor 369605 ACG|GTGAGTGTTT...CCTTCTTTGACT/CCTTCTTTGACT...TCTAG|TGT 0 1 72.17
142235573 GT-AG 0 1.000000099473604e-05 433 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 10 33368 33800 Pachyramphus minor 369605 AAA|GTAAGTGTGA...CTGTCCTTTGCT/CTGTGTATAATC...TCCAG|GAA 0 1 77.497
142235574 GT-AG 0 1.000000099473604e-05 98 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 11 33154 33251 Pachyramphus minor 369605 CAG|GTGAGTGCCT...TAAACCTTTGCT/CTCTAAGTGATC...GGCAG|CAA 2 1 82.645
142235575 GT-AG 0 1.000000099473604e-05 947 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 12 32018 32964 Pachyramphus minor 369605 CAG|GTGAGGAATA...ATATTTTTAACA/ATATTTTTAACA...TGCAG|GTC 2 1 91.034
142235576 GT-AG 0 0.0001256203097063 284 rna-gnl|WGS:VYXB|PACMIN_R08231_mrna 25713731 13 31636 31919 Pachyramphus minor 369605 ACC|GTAAGTTCCC...TCATTCTTTTCT/TGTTTGTTCATT...TGCAG|CTG 1 1 95.384

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