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

✎ 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
82923557 GT-AG 0 1.000000099473604e-05 19721 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 1 313315 333035 Glareola pratincola 43316 ATG|GTAAGGAAAA...TGTTCCTTTCTT/TTTTCTTTCAAA...TTCAG|ACG 0 1 17.304
82923558 GT-AG 0 1.000000099473604e-05 127 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 2 333158 333284 Glareola pratincola 43316 GTA|GTTTAAGACG...CAGCTTTTGAAT/AATGATCTAATA...CATAG|GTA 2 1 25.486
82923559 GT-AG 0 1.2790955609857812e-05 1506 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 3 333418 334923 Glareola pratincola 43316 CAG|GTACGTAGGT...TCAGCTTTGATT/TTGATTTTCACA...CATAG|GTT 0 1 34.406
82923560 GT-AG 0 1.000000099473604e-05 887 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 4 335040 335926 Glareola pratincola 43316 TAA|GTAAGTAGGC...TGTTCATTATTA/GTTTTGCTAACT...TAAAG|GGG 2 1 42.186
82923561 GT-AG 0 0.0004219676355903 1119 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 5 336028 337146 Glareola pratincola 43316 GAG|GTATGTACTA...TTCCTGTTATCT/TTTTTCCCCATT...AACAG|AGG 1 1 48.96
82923562 GT-AG 0 1.000000099473604e-05 92 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 6 337327 337418 Glareola pratincola 43316 TGT|GTAAGGAATT...TTGCTTTTTGCT/ATCGAATTCATT...TTTAG|CTC 1 1 61.033
82923563 GT-AG 0 7.012809572689291e-05 125 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 7 337480 337604 Glareola pratincola 43316 TAG|GTATGGTAAA...TGTATTTTATTT/TTGTATTTTATT...CTTAG|GTA 2 1 65.124
82923564 GT-AG 0 2.084869487621553e-05 654 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 8 337672 338325 Glareola pratincola 43316 ATG|GTAAATATTT...CTGTCTTTGTCT/CTTTGTCTGACA...TTCAG|CAA 0 1 69.618
82923565 GT-AG 0 8.58988745692545e-05 3028 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 9 338457 341484 Glareola pratincola 43316 TGG|GTAAGTTTTC...AAATCATTGACA/TATTTACTGATT...TTCAG|AAA 2 1 78.404
82923566 GT-AG 0 1.000000099473604e-05 94 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 10 341529 341622 Glareola pratincola 43316 CAG|GTTAGCATTT...TTTGCTTTACTT/TTTTGCTTTACT...TTCAG|TTC 1 1 81.355
82923567 GT-AG 0 1.000000099473604e-05 1995 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 11 341696 343690 Glareola pratincola 43316 AAG|GTAAAATTAT...TTCTTCCTAACT/TTCTTCCTAACT...TTCAG|GGT 2 1 86.251
82923568 GT-AG 0 1.000000099473604e-05 7092 rna-gnl|WGS:VWPO|GLAPRA_R10113_mrna 15319301 12 343767 350858 Glareola pratincola 43316 GAT|GTAAGTAAAG...TTCTCCTCATTC/CTTCTCCTCATT...CTTAG|ATA 0 1 91.348

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