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)

14 rows where transcript_id = 32739506

✎ 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
183117208 GT-AG 0 1.000000099473604e-05 293 rna-XM_011099584.2 32739506 1 1941117 1941409 Sesamum indicum 4182 CAG|GTGAGTGTAT...TATTTTTTATTT/TTATTTTTTATT...TGTAG|GCA 0 1 37.78
183117209 GT-AG 0 1.000000099473604e-05 73 rna-XM_011099584.2 32739506 2 1940798 1940870 Sesamum indicum 4182 ACT|GTGAGCAACA...ATGTCCTTTGTC/TTTTTTGTAAAT...CTCAG|ATA 0 1 45.429
183117210 GT-AG 0 5.173055637591176e-05 82 rna-XM_011099584.2 32739506 3 1940638 1940719 Sesamum indicum 4182 CCT|GTAAGTATGA...CTTGTCATAACT/CTAAATTTCAGT...TCTAG|GTT 0 1 47.854
183117211 GT-AG 0 1.000000099473604e-05 85 rna-XM_011099584.2 32739506 4 1940452 1940536 Sesamum indicum 4182 CTC|GTACGAACAT...GTTGCTCTGATT/GTTGCTCTGATT...TTTAG|GTA 2 1 50.995
183117212 GT-AG 0 1.000000099473604e-05 114 rna-XM_011099584.2 32739506 5 1940142 1940255 Sesamum indicum 4182 CAG|GTAATAAGAA...TCTTTTTTGACT/TCTTTTTTGACT...TGCAG|GAA 0 1 57.09
183117213 GT-AG 0 0.0005536431354497 245 rna-XM_011099584.2 32739506 6 1939771 1940015 Sesamum indicum 4182 ATG|GTATTTAGGC...TATTACTTGAAT/CTTGAATTAATT...TGCAG|TCT 0 1 61.007
183117214 GT-AG 0 8.56800600048274e-05 84 rna-XM_011099584.2 32739506 7 1939501 1939584 Sesamum indicum 4182 ATG|GTACGGATAA...TTTTCCTTGATT/AATGCATTCATT...ACCAG|GTT 0 1 66.791
183117215 GT-AG 0 1.000000099473604e-05 140 rna-XM_011099584.2 32739506 8 1939247 1939386 Sesamum indicum 4182 CAG|GTACAAGATT...AGTTTCTTACAA/TAGTTTCTTACA...TACAG|GTT 0 1 70.336
183117216 GT-AG 0 1.000000099473604e-05 121 rna-XM_011099584.2 32739506 9 1938973 1939093 Sesamum indicum 4182 GTG|GTGTGTGAAA...GACACCTTATTC/TCTTTGTTGATA...TGCAG|GTG 0 1 75.093
183117217 GT-AG 0 0.0004431845603835 148 rna-XM_011099584.2 32739506 10 1938636 1938783 Sesamum indicum 4182 GAG|GTCTCGCCTT...AATACATTAACA/TTGCTTTTCATT...TGCAG|AAG 0 1 80.97
183117218 GT-AG 0 1.000000099473604e-05 85 rna-XM_011099584.2 32739506 11 1938473 1938557 Sesamum indicum 4182 AAG|GTCAGTCGGA...AATCACTTAATG/TTTTGTTTCAAA...TGTAG|AAT 0 1 83.396
183117219 GT-AG 0 1.000000099473604e-05 84 rna-XM_011099584.2 32739506 12 1938263 1938346 Sesamum indicum 4182 AAG|GTAAAGAAAA...TCCTCCTTGATT/TATACATTCACT...TACAG|GCC 0 1 87.313
183117220 GT-AG 0 0.0033902754713279 125 rna-XM_011099584.2 32739506 13 1938039 1938163 Sesamum indicum 4182 AAG|GTATTCAACT...ACAATTTTGAAA/AAAAAGCTAATC...TCCAG|AGT 0 1 90.392
183117221 GT-AG 0 1.000000099473604e-05 181 rna-XM_011099584.2 32739506 14 1937740 1937920 Sesamum indicum 4182 CAG|GTGCGTACAA...TTCCTCTTACAC/TTTCCTCTTACA...CTCAG|GAC 1 1 94.061

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