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

✎ 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
164180507 GT-AG 0 0.0004012119474796 610 rna-XM_026700623.1 29479815 2 40797202 40797811 Pseudonaja textilis 8673 AAG|GTAGCTAACT...TATTTTATAACT/TATTTTATAACT...AACAG|GCG 1 1 9.727
164180508 GT-AG 0 3.78598224333007e-05 4606 rna-XM_026700623.1 29479815 3 40797970 40802575 Pseudonaja textilis 8673 GAA|GTAAGTCTTA...TTCATTTTAAAA/CAAATATTCATT...TTTAG|ACT 0 1 13.024
164180509 GT-AG 0 2.577486056128337e-05 354 rna-XM_026700623.1 29479815 4 40802654 40803007 Pseudonaja textilis 8673 AAG|GTACGTTCCA...CTAATATTAATT/CTTGTACTAATT...TGCAG|GTT 0 1 14.652
164180510 GT-AG 0 1.000000099473604e-05 3599 rna-XM_026700623.1 29479815 5 40803100 40806698 Pseudonaja textilis 8673 AAG|GTTAGCAATA...GTAATCATAACT/ATAAAATTAACT...CCCAG|AAA 2 1 16.573
164180511 GT-AG 0 1.000000099473604e-05 1523 rna-XM_026700623.1 29479815 6 40806764 40808286 Pseudonaja textilis 8673 ACA|GTGAGTCATT...TTTGTTTTAATT/TTTGTTTTAATT...TAAAG|ATC 1 1 17.929
164180512 GT-AG 0 4.715027870837152e-05 9249 rna-XM_026700623.1 29479815 7 40808334 40817582 Pseudonaja textilis 8673 AAG|GTTTGTTCAC...AATACTTTATTT/AAATACTTTATT...TATAG|CCT 0 1 18.91
164180513 GT-AG 0 1.000000099473604e-05 2054 rna-XM_026700623.1 29479815 8 40817690 40819743 Pseudonaja textilis 8673 AAG|GTCAGTATAC...ATTATTTGAATT/ATTATTTTCAAA...TCCAG|TAT 2 1 21.144
164180514 GT-AG 0 1.000000099473604e-05 695 rna-XM_026700623.1 29479815 9 40819831 40820525 Pseudonaja textilis 8673 AAG|GTAAAATAGA...TTTTTTTTTTTT/TGTGGATTCATC...TACAG|AAT 2 1 22.96
164180515 GT-AG 0 0.0003780223787751 3936 rna-XM_026700623.1 29479815 10 40820618 40824553 Pseudonaja textilis 8673 TTG|GTAAATTTTT...GTGTTTTTATTT/TATTATTTCACT...ATTAG|GAT 1 1 24.88
164180516 GT-AG 0 1.000000099473604e-05 2873 rna-XM_026700623.1 29479815 11 40827359 40830231 Pseudonaja textilis 8673 AAG|GTAAGTATTT...TACTTTTTAAAA/TGTTTTTTTATA...GATAG|ATC 1 1 83.427
164180517 GT-AG 0 0.3555949870649058 11197 rna-XM_026700623.1 29479815 12 40830576 40841772 Pseudonaja textilis 8673 CAG|GTACCTATTT...ATTATCTTAACA/ATTATCTTAACA...AACAG|GCT 0 1 90.607
164180518 GT-AG 0 5.775892073372988e-05 638 rna-XM_026700623.1 29479815 13 40841974 40842611 Pseudonaja textilis 8673 CAA|GTAAGTTCAA...TTTTCCTAAATA/CTTTTCCTAAAT...TCTAG|AAA 0 1 94.803
164180519 GT-AG 0 1.000000099473604e-05 8847 rna-XM_026700623.1 29479815 14 40842732 40851578 Pseudonaja textilis 8673 AAG|GTAAGTAATA...AACACTTTAACT/TTGCTTTTCAAT...TTTAG|GTT 0 1 97.307
164185984 GT-AG 0 1.000000099473604e-05 17721 rna-XM_026700623.1 29479815 1 40779394 40797114 Pseudonaja textilis 8673 AAG|GTAAGGACTC...AACCTCTTATTG/AAGTATTTAACC...TACAG|GTA   0 8.453

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