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

✎ 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
16590506 GT-AG 0 1.043928010878833e-05 736 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 1 3001242 3001977 Ardeotis kori 89386 GAG|GTATGAATAC...TGATATTTAAAA/TGATATTTAAAA...TTTAG|ATT 0 1 2.295
16590507 GT-AG 0 0.0011188324101504 315 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 2 3002167 3002481 Ardeotis kori 89386 AAG|GTACTCAGTC...TTTATATTAATT/TTTATATTAATT...ATAAG|CTA 0 1 12.623
16590508 GT-AG 0 5.317072824740814e-05 549 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 3 3002569 3003117 Ardeotis kori 89386 AAG|GTATGACTAT...TTTTTTTTACTG/TTTTTACTGATT...TTAAG|ACT 0 1 17.377
16590509 GT-AG 0 1.000000099473604e-05 1234 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 4 3003219 3004452 Ardeotis kori 89386 ATT|GTAAGTAGTA...AAGCTCTGAATT/AATTGTTTAAAT...TTTAG|GTC 2 1 22.896
16590510 GT-AG 0 1.6231538294619814e-05 833 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 5 3004528 3005360 Ardeotis kori 89386 CAG|GTAACAACAA...AATACCTGAATT/GAATACCTGAAT...TACAG|CAA 2 1 26.995
16590511 GT-AG 0 0.000442570747764 868 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 6 3005540 3006407 Ardeotis kori 89386 AAG|GTAACTGTTA...GTGATATTGACA/GTGATATTGACA...TGCAG|AGA 1 1 36.776
16590512 GT-AG 0 1.000000099473604e-05 308 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 7 3006557 3006864 Ardeotis kori 89386 AAG|GTAAATACAG...AGATCTGTGATA/GTGGTTTTAAGA...CGCAG|GAG 0 1 44.918
16590513 GT-AG 0 1.000000099473604e-05 912 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 8 3007080 3007991 Ardeotis kori 89386 AAG|GTTTGTGAAA...CCAGCATTGAAT/GAATGATTAATT...TTCAG|GAA 2 1 56.667
16590514 GT-AG 0 4.0456185714880994e-05 801 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 9 3008109 3008909 Ardeotis kori 89386 AAG|GTATTAAACT...GTTTTTTTAAGT/ATTTCTCTGATT...ACCAG|CTA 2 1 63.06
16590515 GT-AG 0 1.000000099473604e-05 1675 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 10 3009069 3010743 Ardeotis kori 89386 AAG|GTACTAGACA...GGTTCATTAAAG/TAAGGGTTCATT...CTCAG|GAT 2 1 71.749
16590516 GT-AG 0 6.643320931360579e-05 107 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 11 3010897 3011003 Ardeotis kori 89386 AAG|GTGACTTTTC...CACTTCTTGCTT/TGAGAGCTAACA...TTTAG|GAA 2 1 80.109
16590517 GT-AG 0 1.000000099473604e-05 230 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 12 3011104 3011333 Ardeotis kori 89386 CAG|GTGTGTTATG...GATTTCTAAAAG/GGATTTCTAAAA...TTCAG|CAA 0 1 85.574
16590518 GT-AG 0 1.000000099473604e-05 482 rna-gnl|WGS:VWPR|ARDKOR_R10128_mrna 3380112 13 3011511 3011992 Ardeotis kori 89386 CAG|GTTTGTGAAA...CTGTTCTTAATT/CTGTTCTTAATT...TTTAG|AAT 0 1 95.246

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