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

✎ 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
180024596 GT-AG 0 1.000000099473604e-05 219 rna-XM_035733914.1 32241370 1 95774 95992 Schistosoma haematobium 6185 AGT|GTAAGAATAA...TAGTCATTTACA/TCTCTAGTCATT...TAAAG|GCA 0 1 4.325
180024597 GT-AG 0 0.0017968538979888 36 rna-XM_035733914.1 32241370 2 96188 96223 Schistosoma haematobium 6185 TCT|GTAAATTTAT...ATTTCTTCAATA/TATTTCTTCAAT...CATAG|GTT 0 1 12.844
180024598 GT-AG 0 0.0002178066067875 2607 rna-XM_035733914.1 32241370 3 96323 98929 Schistosoma haematobium 6185 AAG|GTATTGTAAT...TACACTTTAAAT/CATTTGTTCATT...TCTAG|AAA 0 1 17.169
180024599 GT-AG 0 0.0001991130917648 1940 rna-XM_035733914.1 32241370 4 99108 101047 Schistosoma haematobium 6185 CAG|GTAAACTCAG...ATTGTTTTAATA/ATTGTTTTAATA...CATAG|ATG 1 1 24.945
180024600 GT-AG 0 1.3127671952008372e-05 2002 rna-XM_035733914.1 32241370 5 101210 103211 Schistosoma haematobium 6185 ATG|GTAAAATTAT...TTTATTTTATTT/GTTTATTTTATT...ATAAG|GCA 1 1 32.023
180024601 GT-AG 0 1.000000099473604e-05 7900 rna-XM_035733914.1 32241370 6 103335 111234 Schistosoma haematobium 6185 AAG|GTAAAGTATA...TAAGTTTTAATT/ATTTATTTGATT...TATAG|ATC 1 1 37.396
180024602 GT-AG 0 2.692364757711869e-05 980 rna-XM_035733914.1 32241370 7 111331 112310 Schistosoma haematobium 6185 GAT|GTAAGTAACA...TTTTTCTTACAA/TTTTTTCTTACA...ATTAG|CTG 1 1 41.59
180024603 GT-AG 0 3.338490659362729e-05 4733 rna-XM_035733914.1 32241370 8 112563 117295 Schistosoma haematobium 6185 GCG|GTGGTCTATG...TTTTCCTAAATG/TCGTTTTTCAAC...TGAAG|GGT 1 1 52.599
180024604 GT-AG 0 1.6733518373289813e-05 35 rna-XM_035733914.1 32241370 9 117454 117488 Schistosoma haematobium 6185 TCA|GTAAGTTGTA...GAGTTGTCAACG/CGAGTTGTCAAC...TGTAG|GTC 0 1 59.502
180024605 GT-AG 0 0.0236761285359844 1908 rna-XM_035733914.1 32241370 10 117588 119495 Schistosoma haematobium 6185 GAG|GTATTTTATT...ATTTTTTTGAAT/ATTTTTTTGAAT...TTTAG|AGA 0 1 63.827
180024606 GC-AG 0 1.000000099473604e-05 611 rna-XM_035733914.1 32241370 11 119671 120281 Schistosoma haematobium 6185 CGG|GCAAGTTCAT...AATGTTTTATTT/GTTTTATTTATT...AATAG|GCG 1 1 71.472
180024607 GT-AG 0 1.000000099473604e-05 1124 rna-XM_035733914.1 32241370 12 120444 121567 Schistosoma haematobium 6185 ATG|GTAAGTTGTT...ATATACTTATAA/CATATACTTATA...TCAAG|GAA 1 1 78.55
180024608 GT-AG 0 1.000000099473604e-05 2049 rna-XM_035733914.1 32241370 13 121691 123739 Schistosoma haematobium 6185 CAG|GTAATAAGTA...GAAATCTTATTT/ATCTTATTTATT...TATAG|ATA 1 1 83.923
180024609 GT-AG 0 0.000541959380316 2968 rna-XM_035733914.1 32241370 14 123836 126803 Schistosoma haematobium 6185 GAT|GTAAGCAATA...TTATTTTTATCT/TTTATTTTTATC...AAAAG|CTG 1 1 88.117

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