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

✎ 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
73763408 GT-AG 0 0.000809666484326 501 rna-XM_012977895.1 13851119 1 4131039 4131539 Erythranthe guttata 4155 CTG|GTATTGCTTC...CTTTCCTTTTTA/TTCCTTTTTATG...TGTAG|ATA 0 1 9.402
73763409 GT-AG 0 1.000000099473604e-05 96 rna-XM_012977895.1 13851119 2 4130307 4130402 Erythranthe guttata 4155 AAG|GTAAGATACT...ATACATGTAACC/CAGATAATGATA...TTCAG|GTT 0 1 32.051
73763410 GT-AG 0 0.0087672031238252 121 rna-XM_012977895.1 13851119 3 4129942 4130062 Erythranthe guttata 4155 CTG|GTATGTTGTG...AGATTTTTAACT/AGATTTTTAACT...TGTAG|GTT 1 1 40.741
73763411 GT-AG 0 0.0670902499908183 222 rna-XM_012977895.1 13851119 4 4129578 4129799 Erythranthe guttata 4155 CAG|GTATTCTGAC...TTATACTTAATA/GTTTGACTCATA...TCCAG|ATA 2 1 45.798
73763412 GT-AG 0 3.2353447563501905e-05 407 rna-XM_012977895.1 13851119 5 4128987 4129393 Erythranthe guttata 4155 AAT|GTAAGTTTAC...TTTCTCTCACTG/GTTTCTCTCACT...TGCAG|CAG 0 1 52.35
73763413 GT-AG 0 0.0001867262663355 293 rna-XM_012977895.1 13851119 6 4128502 4128794 Erythranthe guttata 4155 AAT|GTAGGTTACT...CTGATTTTGACA/TGGTTTCTGATT...TTCAG|GCT 0 1 59.188
73763414 GT-AG 0 1.000000099473604e-05 248 rna-XM_012977895.1 13851119 7 4127978 4128225 Erythranthe guttata 4155 AAG|GTAAAGTATA...TGCTCATTACTG/ATCCTACTTATG...TATAG|GTA 0 1 69.017
73763415 GT-AG 0 0.0115866320568079 385 rna-XM_012977895.1 13851119 8 4127521 4127905 Erythranthe guttata 4155 CAG|GTACCATGAT...CATTTCTTGATA/CATTTCTTGATA...GGCAG|CTT 0 1 71.581
73763416 GT-AG 0 2.0902942216613597e-05 129 rna-XM_012977895.1 13851119 9 4127305 4127433 Erythranthe guttata 4155 AAA|GTAAGTTCAT...CATCCATTATTG/GCATAAATCATC...CTCAG|ACG 0 1 74.679
73763417 GT-AG 0 0.0001704098358001 87 rna-XM_012977895.1 13851119 10 4127095 4127181 Erythranthe guttata 4155 AAG|GTAACTTATT...AAACACTTATGT/TAAACACTTATG...TTTAG|GCC 0 1 79.06
73763418 GT-AG 0 1.000000099473604e-05 163 rna-XM_012977895.1 13851119 11 4126821 4126983 Erythranthe guttata 4155 CAG|GTAAAGATGT...TTCTTCTGATTT/TTTCTTCTGATT...TCTAG|ATG 0 1 83.013
73763419 GT-AG 0 1.000000099473604e-05 133 rna-XM_012977895.1 13851119 12 4126649 4126781 Erythranthe guttata 4155 CAG|GTGGGTTATA...TCTTCTTTATCC/CTCGTTCTGATT...ATTAG|GAC 0 1 84.402
73763420 GT-AG 0 0.000170303820531 82 rna-XM_012977895.1 13851119 13 4126445 4126526 Erythranthe guttata 4155 GAG|GTTTGTTTCA...ATTCCCATAATA/ATGCATCTAATT...TACAG|GGT 2 1 88.746
73763421 GT-AG 0 4.502450128218314e-05 152 rna-XM_012977895.1 13851119 14 4126148 4126299 Erythranthe guttata 4155 AAA|GTAAATCTTG...TCTTCGTTATTT/TTTCTTCTCACG...TATAG|GTG 0 1 93.91
73763422 GT-AG 0 0.0011406984237977 79 rna-XM_012977895.1 13851119 15 4125988 4126066 Erythranthe guttata 4155 GAG|GTATGATTCC...ATCTCCTTCACA/ATCTCCTTCACA...TGAAG|GTA 0 1 96.795

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