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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
179732576 GT-AG 0 1.000000099473604e-05 85 rna-XM_047135866.1 32191378 1 1105913270 1105913354 Schistocerca americana 7009 TAG|GTGAATATTG...TGTTTATTATTT/TAATTGTTTATT...TGCAG|GTT 1 1 0.48
179732577 GT-AG 0 2.04796466427106e-05 17250 rna-XM_047135866.1 32191378 2 1105895852 1105913101 Schistocerca americana 7009 TAG|GTAAGTTTTG...AGTTTTTTACAA/TAGTTTTTTACA...TTCAG|TAT 1 1 2.356
179732578 GT-AG 0 1.000000099473604e-05 4619 rna-XM_047135866.1 32191378 3 1105891090 1105895708 Schistocerca americana 7009 CAG|GTTGGTATAT...CTTTCTTCAGCA/ACTTTCTTCAGC...CATAG|GGT 0 1 3.953
179732579 GT-AG 0 0.0003492325707349 11242 rna-XM_047135866.1 32191378 4 1105879715 1105890956 Schistocerca americana 7009 CTG|GTATGTACAT...TTTTTCGTAATA/CTTTTTGTTATC...TTCAG|TAA 1 1 5.438
179732580 GT-AG 0 1.000000099473604e-05 3371 rna-XM_047135866.1 32191378 5 1105876172 1105879542 Schistocerca americana 7009 GGG|GTAAGTAAAT...AATTTTTTATTT/TAATTTTTTATT...TGCAG|ACC 2 1 7.359
179732581 GT-AG 0 1.030683815721734e-05 23656 rna-XM_047135866.1 32191378 6 1105852422 1105876077 Schistocerca americana 7009 GCA|GTAAGTAGAC...TTTTTCTTTTTC/CGTGTATTGAAA...TGTAG|CTA 0 1 8.409
179732582 GT-AG 0 1.000000099473604e-05 16948 rna-XM_047135866.1 32191378 7 1105835230 1105852177 Schistocerca americana 7009 TAG|GTGAGTCCTG...TATTTTTTTTCT/CTGTTATTAAAA...ATTAG|GCC 1 1 11.133
179732583 GT-AG 0 1.000000099473604e-05 1267 rna-XM_047135866.1 32191378 8 1105833660 1105834926 Schistocerca americana 7009 ATG|GTAAGTAGGA...CCTTTTTTACTG/CCCTTTTTTACT...TACAG|TTG 1 1 14.517
179732584 AT-AG 0 1.000000099473604e-05 20761 rna-XM_047135866.1 32191378 9 1105812738 1105833498 Schistocerca americana 7009 GAA|ATTGATTGAA...CTATTGTTATTT/ACTATTGTTATT...GCAAG|ATT 0 1 16.315
179732585 GT-AG 0 1.000000099473604e-05 11382 rna-XM_047135866.1 32191378 10 1105800762 1105812143 Schistocerca americana 7009 GAG|GTAAGAACGG...TATATTTTATTT/ATTTTATTTATG...TTTAG|GGT 0 1 22.948
179732586 GT-AG 0 0.0001428994190284 10861 rna-XM_047135866.1 32191378 11 1105789642 1105800502 Schistocerca americana 7009 AAT|GTAAGTTTAA...TATTCTCTAATA/TATTCTCTAATA...GACAG|ATC 1 1 25.84
179732587 GT-AG 0 1.000000099473604e-05 16959 rna-XM_047135866.1 32191378 12 1105772593 1105789551 Schistocerca americana 7009 AAG|GTAAGTGATG...TTGTATTTAATC/TTGTATTTAATC...TATAG|GTA 1 1 26.845
179732588 GT-AG 0 0.0001385227570468 83 rna-XM_047135866.1 32191378 13 1105766282 1105766364 Schistocerca americana 7009 CAG|GTAAACTCTA...ACATTCATAATA/AAAGTATTTATA...TTCAG|ATT 1 1 96.393
179732589 GT-AG 0 1.000000099473604e-05 35379 rna-XM_047135866.1 32191378 14 1105730803 1105766181 Schistocerca americana 7009 AAG|GTACAGTAAC...GACGATTTAACT/GTAAATCTGATA...TTCAG|GGA 2 1 97.51
179732590 GT-AG 0 6.239738905434277e-05 82304 rna-XM_047135866.1 32191378 15 1105648384 1105730687 Schistocerca americana 7009 CAG|GTAAACATAT...GAAATCTTGATT/GAAATCTTGATT...TCCAG|GTG 0 1 98.794

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