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)

15 rows where transcript_id = 11121916

✎ 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
61577730 GT-AG 0 1.000000099473604e-05 78 rna-XM_047064038.1 11121916 2 11578530 11578607 Dermatophagoides farinae 6954 CTG|GTAAGTCAAT...AAAACTTTATTT/GTTGTTTTTATA...CTCAG|GTC 1 1 15.723
61577731 GT-AG 0 0.0007774120657808 77 rna-XM_047064038.1 11121916 3 11578733 11578809 Dermatophagoides farinae 6954 CAG|GTATTTACTA...TATACCATGATT/TATATATTGATT...AATAG|CAA 0 1 17.552
61577732 GT-AG 0 1.000000099473604e-05 61 rna-XM_047064038.1 11121916 4 11580740 11580800 Dermatophagoides farinae 6954 CTG|GTCAGTATGA...TATTCTTTATAT/ATATTCTTTATA...TTTAG|GAC 1 1 45.78
61577733 GT-AG 0 1.000000099473604e-05 69 rna-XM_047064038.1 11121916 5 11580908 11580976 Dermatophagoides farinae 6954 AAG|GTGAACATGA...TGATTTATAACC/TTATGATTTATA...AATAG|TTG 0 1 47.345
61577734 GT-AG 0 0.022316376119275 59 rna-XM_047064038.1 11121916 6 11581135 11581193 Dermatophagoides farinae 6954 TAG|GTATATTTTC...TTATCCTCACAA/ATTATCCTCACA...TATAG|ATA 2 1 49.656
61577735 GT-AG 0 1.000000099473604e-05 68 rna-XM_047064038.1 11121916 7 11581425 11581492 Dermatophagoides farinae 6954 AGG|GTAAATAACA...TTTTTCTGATCG/ATTTTTCTGATC...ATTAG|ATT 2 1 53.035
61577736 GT-AG 0 1.000000099473604e-05 66 rna-XM_047064038.1 11121916 8 11581709 11581774 Dermatophagoides farinae 6954 AAG|GTGTGATACT...CTTCTGTTGACA/ATCTGTCTGATT...TTCAG|ATA 2 1 56.194
61577737 GT-AG 0 1.5450146695439114e-05 67 rna-XM_047064038.1 11121916 9 11581925 11581991 Dermatophagoides farinae 6954 CAG|GTTTGTCATT...ATTTTTTTATTA/ATTTTTTTCATT...CTTAG|ACG 2 1 58.388
61577738 GT-AG 0 0.0253991174811 74 rna-XM_047064038.1 11121916 10 11582147 11582220 Dermatophagoides farinae 6954 AAG|GTATTTTTTT...TTCGTTTTACTT/TAATATTTAATT...TTAAG|GTG 1 1 60.655
61577739 GT-AG 0 0.0001050264407262 53 rna-XM_047064038.1 11121916 11 11582410 11582462 Dermatophagoides farinae 6954 AAG|GTATGAATTT...ATATTTTTGATT/ATATTTTTGATT...TATAG|GTG 1 1 63.42
61577740 GT-AG 0 0.0001354667012807 62 rna-XM_047064038.1 11121916 12 11582598 11582659 Dermatophagoides farinae 6954 TAG|GTTTGTTTAA...TACTTATTAATT/ACTGTACTTATT...TGCAG|TAG 1 1 65.394
61577741 GT-AG 0 1.000000099473604e-05 61 rna-XM_047064038.1 11121916 13 11582845 11582905 Dermatophagoides farinae 6954 CAG|GTAAGGCTTC...TTGTCTTTGAAT/TTCGATTTCATT...ATTAG|CTA 0 1 68.1
61577742 GT-AG 0 1.000000099473604e-05 56 rna-XM_047064038.1 11121916 14 11583869 11583924 Dermatophagoides farinae 6954 CCG|GTAAGACATG...TTTTTCATAATA/TTGTTTTTCATA...TTTAG|TGT 0 1 82.185
61577743 GT-AG 0 1.000000099473604e-05 52 rna-XM_047064038.1 11121916 15 11584435 11584486 Dermatophagoides farinae 6954 CAG|GTAATATGTC...TAACCATTAACT/ATTGTGCTAAAT...ATCAG|ATG 0 1 89.645
61577744 GT-AG 0 0.0017912033178207 67 rna-XM_047064038.1 11121916 16 11584694 11584760 Dermatophagoides farinae 6954 AAT|GTAAGTTTTT...TTTATTTTAATC/TTTATTTTAATC...TACAG|ATG 0 1 92.672

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