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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
61577466 GT-AG 0 0.0002441485536385 4716 rna-XM_047063121.1 11121884 1 8688533 8693248 Dermatophagoides farinae 6954 CTG|GTAAGTTTTG...TTTGTTTTGATT/TTTGTTTTGATT...TTTAG|ATG 1 1 0.862
61577467 GT-AG 0 0.0003086142718763 402 rna-XM_047063121.1 11121884 2 8693311 8693712 Dermatophagoides farinae 6954 AAA|GTAAGTTTGT...TTAGTTTTAATT/TTTTTTTTTATT...AAAAG|GTA 0 1 1.367
61577468 GT-AG 0 1.1975512228254526e-05 66 rna-XM_047063121.1 11121884 3 8693881 8693946 Dermatophagoides farinae 6954 AAT|GTAAATTAAA...AAACAATTGACT/AATTGACTAATC...ATTAG|ATA 0 1 2.734
61577469 GT-AG 0 0.0052150789314702 69 rna-XM_047063121.1 11121884 4 8694040 8694108 Dermatophagoides farinae 6954 CAA|GTATGTGTTT...ATGCCCATGATT/TGTTTTTTCATA...ATTAG|CTA 0 1 3.49
61577470 GT-AG 0 1.000000099473604e-05 69 rna-XM_047063121.1 11121884 5 8694270 8694338 Dermatophagoides farinae 6954 CCG|GTAAAAATGA...TGTTTCTAAATA/TTGTTTCTAAAT...TCAAG|TCC 2 1 4.8
61577471 GT-AG 0 0.0490313324314562 59 rna-XM_047063121.1 11121884 6 8695887 8695945 Dermatophagoides farinae 6954 AAG|GTATTTTATA...ATTTTCTTGATT/TTTTGATTCATT...TTCAG|AAT 2 1 17.395
61577472 GT-AG 0 2.610509432863234e-05 79 rna-XM_047063121.1 11121884 7 8696082 8696160 Dermatophagoides farinae 6954 AAG|GTAATTTGAA...TTCACCTTAAAA/ATTTTTTTCACC...CTTAG|CAA 0 1 18.501
61577473 GT-AG 0 0.0002965622418211 132 rna-XM_047063121.1 11121884 8 8696458 8696589 Dermatophagoides farinae 6954 TTT|GTAAGTAATA...AAATCTTTAATT/CTTTAATTCATT...ATTAG|CCA 0 1 20.918
61577474 GT-AG 0 1.000000099473604e-05 90 rna-XM_047063121.1 11121884 9 8697697 8697786 Dermatophagoides farinae 6954 CAG|GTGAGAACTA...ATTCTCTTTTTT/TTTGTAATAATT...TCTAG|CAT 0 1 29.924
61577475 GT-AG 0 1.000000099473604e-05 67 rna-XM_047063121.1 11121884 10 8698888 8698954 Dermatophagoides farinae 6954 CAG|GTAATTCAGA...AAAATTTTGATT/AAAATTTTGATT...TACAG|GCC 0 1 38.882
61577476 GT-AG 0 0.0005938601380479 75 rna-XM_047063121.1 11121884 11 8705840 8705914 Dermatophagoides farinae 6954 AGG|GTAACTAAAT...AATTTTTTATTA/TTTTTATTAATT...AATAG|TTT 0 1 94.899
61577477 GT-AG 0 0.0680698650700809 207 rna-XM_047063121.1 11121884 12 8706033 8706239 Dermatophagoides farinae 6954 GAG|GTATGTTTTT...TGGGCTTTAATC/CGATTGTTGATT...CATAG|CCA 1 1 95.859
61577478 GT-AG 0 0.0497802865508324 512 rna-XM_047063121.1 11121884 13 8706380 8706891 Dermatophagoides farinae 6954 AAG|GTATTTTTTT...TATTCATTAATG/TGTTTATTCATT...TATAG|ATC 0 1 96.998
61577479 GT-AG 0 0.0009864498005836 77 rna-XM_047063121.1 11121884 14 8707022 8707098 Dermatophagoides farinae 6954 CTC|GTAAGTTTTT...CAATTGTTAATT/TGTTAATTGATT...AACAG|CTT 1 1 98.055

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