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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
21587394 GT-AG 0 1.000000099473604e-05 2167 rna-XM_010682966.2 4181804 3 21934178 21936344 Beta vulgaris 161934 AAG|GTAATATCAT...TCTTTCTTAGTA/GTCTTTCTTAGT...GTCAG|GCT 0 1 11.425
21587395 GT-AG 0 0.0010762877056512 157 rna-XM_010682966.2 4181804 4 21933949 21934105 Beta vulgaris 161934 GAG|GTATTTACCC...GACTACTTAATT/AAGTTGCTGACT...TTCAG|CTG 0 1 13.273
21587396 GT-AG 0 1.000000099473604e-05 93 rna-XM_010682966.2 4181804 5 21933801 21933893 Beta vulgaris 161934 TTG|GTAAAGCTCA...GTATTATTAACT/GTATTATTAACT...TCCAG|CCA 1 1 14.685
21587397 GT-AG 0 0.000617082310705 217 rna-XM_010682966.2 4181804 6 21933441 21933657 Beta vulgaris 161934 GAG|GTATATCTAT...GATATCCTAGCT/AAAATTCTCACC...TGCAG|AAT 0 1 18.357
21587398 GT-AG 0 0.0006045033448698 912 rna-XM_010682966.2 4181804 7 21932254 21933165 Beta vulgaris 161934 ATG|GTATGTAATT...TTTTCTTTGAGG/TCTTTTGTAAAC...GACAG|GTG 2 1 25.417
21587399 GT-AG 0 1.000000099473604e-05 2141 rna-XM_010682966.2 4181804 8 21930057 21932197 Beta vulgaris 161934 TTG|GTGAGTCAAA...TTTTCCTTATCT/ATTTTCCTTATC...TGCAG|CTT 1 1 26.855
21587400 GT-AG 0 0.0005198785706521 94 rna-XM_010682966.2 4181804 9 21929722 21929815 Beta vulgaris 161934 TCG|GTAGATATTG...ATCGTCTTATCT/TTTGCTTTCATC...GGAAG|GTA 2 1 33.042
21587401 GT-AG 0 4.185116881522455e-05 3498 rna-XM_010682966.2 4181804 10 21926073 21929570 Beta vulgaris 161934 AGA|GTAAGATCAC...TATGCCTTAATT/CTAACTCTCATA...TGCAG|TTG 0 1 36.919
21587402 GT-AG 0 0.0061043607143667 194 rna-XM_010682966.2 4181804 11 21925669 21925862 Beta vulgaris 161934 CAG|GTATTATATT...TTTTTCTTAAAA/TTTTTTCTTAAA...AACAG|ATA 0 1 42.311
21587403 GT-AG 0 0.0057210292407441 266 rna-XM_010682966.2 4181804 12 21923837 21924102 Beta vulgaris 161934 CAG|GTATGCATGT...TGATACTTGATA/CCACATCTTACA...AACAG|GTT 0 1 82.516
21587404 GT-AG 0 3.752083204180656e-05 197 rna-XM_010682966.2 4181804 13 21923571 21923767 Beta vulgaris 161934 CAG|GTTTTATTTT...TGACTCTTAAGT/TTTTTGCTGACT...TTCAG|GCG 0 1 84.288
21587405 GT-AG 0 0.7581972319971262 280 rna-XM_010682966.2 4181804 14 21923072 21923351 Beta vulgaris 161934 GAG|GTATCATATC...TAATCTTTGACG/TTATACCTGATC...CACAG|CTG 0 1 89.91
21587406 GT-AG 0 0.0017172023212685 2272 rna-XM_010682966.2 4181804 15 21920707 21922978 Beta vulgaris 161934 AAG|GTATATGTTC...ATTCACTTGACT/GGAAAATTCACT...TGCAG|TGC 0 1 92.298
21593185 GT-AG 0 1.000000099473604e-05 222 rna-XM_010682966.2 4181804 1 21936797 21937018 Beta vulgaris 161934 CAG|GTAATTACTT...GTGGTATTGATT/GTGGTATTGATT...TGCAG|AAT   0 4.75
21593186 GT-AG 0 2.392370272464308e-05 169 rna-XM_010682966.2 4181804 2 21936455 21936623 Beta vulgaris 161934 ACT|GTAAGTATAA...GTGTTTGTAGTT/CAATATATTATT...TACAG|AAA   0 9.191

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