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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
109622947 GT-AG 0 5.554544622009391e-05 331 rna-XM_042650509.1 20429327 1 12036492 12036822 Macadamia integrifolia 60698 AAG|GTATGAATTT...AAAGCTTTATTT/TTATTTTTCACT...TGTAG|GTT 0 1 12.757
109622948 GT-AG 0 1.435228106957743e-05 102 rna-XM_042650509.1 20429327 2 12037055 12037156 Macadamia integrifolia 60698 GAG|GTACTTAAAC...TTCTCTTGGACA/CTTCCTTTCATT...TACAG|ATC 1 1 20.713
109622949 GT-AG 0 0.0018616781203445 104 rna-XM_042650509.1 20429327 3 12037327 12037430 Macadamia integrifolia 60698 CAG|GTATTGTTTC...TCATTTTTGAAA/CTCATTGTCATT...TGCAG|GCA 0 1 26.543
109622950 GT-AG 0 1.1319905883970977e-05 134 rna-XM_042650509.1 20429327 4 12037617 12037750 Macadamia integrifolia 60698 ATG|GTAAGTTTAT...CTTCCCTTCTCA/CTCAATTTAACC...GTTAG|GTT 0 1 32.922
109622951 GC-AG 0 1.000000099473604e-05 77 rna-XM_042650509.1 20429327 5 12037847 12037923 Macadamia integrifolia 60698 CAG|GCAAGATTCC...CTCTTTTTGTCA/TATACAGTCACA...TGCAG|CTT 0 1 36.214
109622952 GT-AG 0 0.0031525074211953 144 rna-XM_042650509.1 20429327 6 12038125 12038268 Macadamia integrifolia 60698 ATT|GTATGGCTAC...CAGATCTTAACT/CAGATCTTAACT...GTCAG|GAG 0 1 43.107
109622953 GT-AG 0 0.0282910115012444 88 rna-XM_042650509.1 20429327 7 12038429 12038516 Macadamia integrifolia 60698 AAG|GTATCTGAGT...TCTTCTTTGCCC/CCCAAATTTATG...TTCAG|AGG 1 1 48.594
109622954 GT-AG 0 1.000000099473604e-05 514 rna-XM_042650509.1 20429327 8 12038744 12039257 Macadamia integrifolia 60698 AAG|GTAAAGATCC...TTTTCTTTATTA/TTTTTCTTTATT...GTCAG|GGT 0 1 56.379
109622955 GT-AG 0 1.000000099473604e-05 90 rna-XM_042650509.1 20429327 9 12039376 12039465 Macadamia integrifolia 60698 ACG|GTAATACCAT...TAGCTCTAGATA/CAGTATGTCACC...TTCAG|CAC 1 1 60.425
109622956 GT-AG 0 1.000000099473604e-05 128 rna-XM_042650509.1 20429327 10 12039543 12039670 Macadamia integrifolia 60698 CAG|GTGCATTTTT...TCGTTTCTATTT/GAGAAACTAAAT...TATAG|TTC 0 1 63.066
109622957 GT-AG 0 0.0005387478072192 976 rna-XM_042650509.1 20429327 11 12039761 12040736 Macadamia integrifolia 60698 TCG|GTATGTGCCA...CTGTTCTTAGAA/AATGTTTTTACT...TCCAG|GTT 0 1 66.152
109622958 GT-AG 0 0.0003375144075147 82 rna-XM_042650509.1 20429327 12 12040881 12040962 Macadamia integrifolia 60698 CCG|GTACGCACTC...CTTCCTTTTGCA/CTGTTGGTTATC...TGCAG|ACG 0 1 71.091
109622959 GT-AG 0 8.83983777115097e-05 77 rna-XM_042650509.1 20429327 13 12041278 12041354 Macadamia integrifolia 60698 CAT|GTACGTCAAA...TAATCTTTATAA/TTTTTTCTGACT...GACAG|CGT 0 1 81.893
109622960 GT-AG 0 0.0005862513870931 348 rna-XM_042650509.1 20429327 14 12041436 12041783 Macadamia integrifolia 60698 GCA|GTAAGTATTC...TCTTCCTTACAA/TTCTTCCTTACA...TGCAG|AAT 0 1 84.671
109622961 GT-AG 0 3.0309164383188235e-05 127 rna-XM_042650509.1 20429327 15 12041961 12042087 Macadamia integrifolia 60698 GAG|GTAAGTTCAA...ATTGCTTTAATT/CTTTAATTCATA...TGTAG|ATA 0 1 90.741

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