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

✎ 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
183116647 GT-AG 0 1.000000099473604e-05 276 rna-XM_011076185.2 32739469 2 8536410 8536685 Sesamum indicum 4182 GAG|GTAAATATTA...AATTTCATATTG/CATAATTTCATA...TGCAG|GAT 0 1 7.002
183116648 GT-AG 0 5.446590696243617e-05 1160 rna-XM_011076185.2 32739469 3 8535164 8536323 Sesamum indicum 4182 TTG|GTATGTAGAT...TTGGTTATAATG/GCAGATCTAATA...TTCAG|GTT 2 1 9.145
183116649 GT-AG 0 1.000000099473604e-05 218 rna-XM_011076185.2 32739469 4 8534855 8535072 Sesamum indicum 4182 CCT|GTGAGTAACC...TCGTTCTTGTTT/AAACTATTAAGT...TGAAG|GTA 0 1 11.413
183116650 GT-AG 0 0.1577444908678581 1022 rna-XM_011076185.2 32739469 5 8533783 8534804 Sesamum indicum 4182 AAG|GTATTCTTAA...GTTCACTTAGTT/AAACAGTTCACT...TGCAG|AGA 2 1 12.659
183116651 GT-AG 0 1.000000099473604e-05 574 rna-XM_011076185.2 32739469 6 8533139 8533712 Sesamum indicum 4182 AAT|GTAAGTTGAT...GCAACTTTGTCC/ATATTAGTAAAC...TATAG|GCA 0 1 14.403
183116652 GT-AG 0 0.0070568654810127 843 rna-XM_011076185.2 32739469 7 8532186 8533028 Sesamum indicum 4182 ATG|GTATGCAAGG...TTGTTCTTATAT/TTTGTTCTTATA...ATTAG|GTA 2 1 17.144
183116653 GT-AG 0 1.000000099473604e-05 1737 rna-XM_011076185.2 32739469 8 8530383 8532119 Sesamum indicum 4182 AAG|GTAATTGATT...AGATTCTTGATA/AGATTCTTGATA...TGCAG|GTG 2 1 18.789
183116654 GT-AG 0 1.000000099473604e-05 119 rna-XM_011076185.2 32739469 9 8529752 8529870 Sesamum indicum 4182 CTG|GTAATAGCAT...ACTTTCTTATGT/TACTTTCTTATG...TTCAG|TTC 1 1 31.547
183116655 GT-AG 0 1.5615840239173407e-05 118 rna-XM_011076185.2 32739469 10 8529556 8529673 Sesamum indicum 4182 AAG|GTATAAGATA...TTTTTCTTCTTC/TCCCTTCTCACT...AGTAG|TTT 1 1 33.491
183116656 GT-AG 0 1.000000099473604e-05 628 rna-XM_011076185.2 32739469 11 8528810 8529437 Sesamum indicum 4182 CAG|GTTGTCACGC...TATTTCTTGGCC/TTTATTCTAATG...CGTAG|AAA 2 1 36.432
183116657 GT-AG 0 0.0001107543675619 98 rna-XM_011076185.2 32739469 13 8527488 8527585 Sesamum indicum 4182 CTG|GTAGTTGTTA...AATTTTTTAATT/AATTTTTTAATT...AGCAG|GCT 0 1 66.883
183116658 GT-AG 0 1.06750032773617e-05 901 rna-XM_011076185.2 32739469 14 8526512 8527412 Sesamum indicum 4182 CAG|GTAAAGTTTG...TTATCCATAATG/ATAAAATTAATC...TACAG|ACT 0 1 68.752
183116659 GT-AG 0 1.000000099473604e-05 83 rna-XM_011076185.2 32739469 15 8525391 8525473 Sesamum indicum 4182 AAG|GTATAAGCGC...TTCATCATATCT/CTATTTCTCATG...TGCAG|GTT 0 1 94.617
183125157 GT-AG 0 0.0018637067271483 91 rna-XM_011076185.2 32739469 1 8536784 8536874 Sesamum indicum 4182 TAG|GTATTTATGA...TTTTTTCTATTT/TGGTAATTTATA...TTCAG|CTG   0 5.283

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