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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
21587908 GT-AG 0 1.000000099473604e-05 2744 rna-XM_010677747.2 4181849 1 11043254 11045997 Beta vulgaris 161934 CAG|GTTAATTCGT...AAATTCTTATTT/CTTATTTTCATA...TGCAG|TGT 2 1 5.091
21587909 GT-AG 0 0.0049378804379834 83 rna-XM_010677747.2 4181849 2 11043060 11043142 Beta vulgaris 161934 ACG|GTATGTTTAC...TTATCTATATTT/TGCATTTTGAGC...TATAG|GGA 2 1 8.961
21587910 GT-AG 0 1.000000099473604e-05 110 rna-XM_010677747.2 4181849 3 11042894 11043003 Beta vulgaris 161934 ATG|GTAATGGTTT...TAATCTTTCATA/TAATCTTTCATA...TGCAG|GAT 1 1 10.914
21587911 GT-AG 0 0.0845579884445317 390 rna-XM_010677747.2 4181849 4 11042361 11042750 Beta vulgaris 161934 CCA|GTATGTTTAA...ATCTTTTTATTG/TTTGTATTGACT...TATAG|GTT 0 1 15.9
21587912 GT-AG 0 1.000000099473604e-05 77 rna-XM_010677747.2 4181849 5 11042086 11042162 Beta vulgaris 161934 AAG|GTGCAATCAA...GCATATTTATAT/TCATTTGTTACT...TGCAG|TTT 0 1 22.803
21587913 GT-AG 0 1.000000099473604e-05 1016 rna-XM_010677747.2 4181849 6 11040870 11041885 Beta vulgaris 161934 GAG|GTGAAGCTTA...TGCTCTTTGGCT/CTTTGGCTGACA...AACAG|GTG 2 1 29.777
21587914 GT-AG 0 1.000000099473604e-05 102 rna-XM_010677747.2 4181849 7 11040668 11040769 Beta vulgaris 161934 CAG|GTAAACCGAA...TTAGTCTTCATT/TTAGTCTTCATT...CTTAG|TGG 0 1 33.264
21587915 GT-AG 0 0.213091763407225 7289 rna-XM_010677747.2 4181849 8 11032815 11040103 Beta vulgaris 161934 AAG|GTATGCTCTC...TGTTCCTTATTA/ATGTTCCTTATT...TCCAG|GGA 0 1 52.929
21587916 GT-AG 0 0.0004042130045722 599 rna-XM_010677747.2 4181849 9 11032093 11032691 Beta vulgaris 161934 CCT|GTAAGTTCCC...CTAACTTTAAAA/CTAACTTTAAAA...TACAG|GTT 0 1 57.218
21587917 GT-AG 0 0.0003985971884857 94 rna-XM_010677747.2 4181849 10 11031918 11032011 Beta vulgaris 161934 GAG|GTATAATCTT...AATAGTTTGACC/AATAGTTTGACC...TGCAG|CTT 0 1 60.042
21587918 GT-AG 0 0.0001216985005884 103 rna-XM_010677747.2 4181849 11 11031486 11031588 Beta vulgaris 161934 GCT|GTAAGTTGCC...TTGCATTTAATC/AGTTATCTCATT...TGCAG|AAG 2 1 71.513
21587919 GT-AG 0 0.001021958674061 1074 rna-XM_010677747.2 4181849 12 11030154 11031227 Beta vulgaris 161934 ATG|GTAATCTATC...GTATCTTTGATC/CCACTTCTGACC...TGCAG|GGG 2 1 80.509
21587920 GT-AG 0 1.596893916755085e-05 132 rna-XM_010677747.2 4181849 13 11029937 11030068 Beta vulgaris 161934 AAG|GTACAATTTA...TATATTTCATCG/ATATATTTCATC...TTCAG|GGA 0 1 83.473
21587921 GT-AG 0 1.000000099473604e-05 78 rna-XM_010677747.2 4181849 14 11029678 11029755 Beta vulgaris 161934 TTG|GTGAGGGCTC...TTGCTCTTGAAC/CGGTATCTGATT...TCCAG|GTG 1 1 89.784
21587922 GT-AG 0 1.000000099473604e-05 879 rna-XM_010677747.2 4181849 15 11028630 11029508 Beta vulgaris 161934 AAT|GTAAGTCATA...TGGAATTTGAAT/TGTATGTTCACC...TGCAG|GTG 2 1 95.676

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