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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
21587787 GT-AG 0 1.000000099473604e-05 104 rna-XM_010685838.2 4181837 2 26413628 26413731 Beta vulgaris 161934 GTG|GTGAGTATTG...GTATCCATAGCT/AATGTATTTATT...TGTAG|GTA 2 1 18.572
21587788 GT-AG 0 0.0003578517354418 107 rna-XM_010685838.2 4181837 3 26413958 26414064 Beta vulgaris 161934 GCA|GTAAGTTTGA...TTGCCCTTGTTT/TTTATGCTAATT...TGCAG|GTA 0 1 25.267
21587789 GT-AG 0 1.3955657367774616e-05 89 rna-XM_010685838.2 4181837 4 26414299 26414387 Beta vulgaris 161934 GAG|GTACGTGATC...TTTATCTTATAA/ATTTATCTTATA...GGTAG|TTA 0 1 32.198
21587790 GT-AG 0 1.000000099473604e-05 568 rna-XM_010685838.2 4181837 5 26414504 26415071 Beta vulgaris 161934 AGG|GTGAGTTATT...TTGTTTTTAATG/TTGTTTTTAATG...AACAG|ATG 2 1 35.634
21587791 GT-AG 0 2.145307775360696e-05 165 rna-XM_010685838.2 4181837 6 26415171 26415335 Beta vulgaris 161934 AGG|GTATTAGTCA...ACCTTCTTCAAT/TTATGTCTGACT...CTCAG|GAC 2 1 38.566
21587792 GT-AG 0 0.0009405347632603 1503 rna-XM_010685838.2 4181837 7 26415424 26416926 Beta vulgaris 161934 CAG|GTATTACTTG...TGTTTTTTAATG/TTGTTTTTTAAT...ATTAG|GCT 0 1 41.173
21587793 GT-AG 0 0.0129109801707383 2099 rna-XM_010685838.2 4181837 8 26417154 26419252 Beta vulgaris 161934 TGC|GTAAGCTCTG...AATTTTTTACTT/GAATTTTTTACT...TACAG|ATA 2 1 47.897
21587794 GT-AG 0 1.4239585684306284e-05 182 rna-XM_010685838.2 4181837 9 26419438 26419619 Beta vulgaris 161934 ATG|GTTTGTGCTG...CATTACTTGATT/CATTACTTGATT...TACAG|ATT 1 1 53.377
21587795 GT-AG 0 0.0219790871045535 4597 rna-XM_010685838.2 4181837 10 26419820 26424416 Beta vulgaris 161934 AAG|GTACCTAACC...TTGTTTTTAATT/TTGTTTTTAATT...TTTAG|GTT 0 1 59.301
21587796 GT-AG 0 1.000000099473604e-05 87 rna-XM_010685838.2 4181837 11 26424750 26424836 Beta vulgaris 161934 AAG|GTAAGATTAG...CTTGTTTTGATT/CTTGTTTTGATT...GGCAG|ATA 0 1 69.165
21587797 GT-AG 0 1.000000099473604e-05 949 rna-XM_010685838.2 4181837 12 26424939 26425887 Beta vulgaris 161934 CAG|GTAAATGTAC...GCTCCTTTGACT/TTGGTTCTGACT...TTTAG|TGC 0 1 72.186
21587798 GT-AG 0 0.0028121620817402 251 rna-XM_010685838.2 4181837 13 26426186 26426436 Beta vulgaris 161934 CTG|GTAGGCTTTA...GAATTTTTGATT/GAATTTTTGATT...TTCAG|GTT 1 1 81.013
21587799 GT-AG 0 0.0012773198092816 89 rna-XM_010685838.2 4181837 14 26426586 26426674 Beta vulgaris 161934 GAG|GTACATCTCT...TTTGTCTTATCT/GTTTGTCTTATC...AATAG|GTG 0 1 85.427
21587800 GT-AG 0 0.0001772321427553 143 rna-XM_010685838.2 4181837 15 26426960 26427102 Beta vulgaris 161934 AAG|GTATATGCAA...AACCTCTTAGAT/CCTATGTTTACA...CACAG|GTG 0 1 93.868
21593197 GT-AG 0 1.938855104904389e-05 515 rna-XM_010685838.2 4181837 1 26412734 26413248 Beta vulgaris 161934 CAG|GTAAGCCTCC...GGTATTTTAATT/GGTATTTTAATT...TATAG|GTC   0 9.716

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