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

✎ 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
192365772 GT-AG 0 1.000000099473604e-05 1141 rna-XM_022933994.1 34322203 1 933189 934329 Stylophora pistillata 50429 CAG|GTAAGTCAAC...TTCTCTTTATAT/ATCCTTTTGATC...TTCAG|TAT 1 1 1.455
192365773 GT-AG 0 1.000000099473604e-05 1167 rna-XM_022933994.1 34322203 2 934516 935682 Stylophora pistillata 50429 AAG|GTATGGCATA...TAACCTTTATAA/ATTAATTTTATT...TATAG|AGG 1 1 4.64
192365774 GT-AG 0 4.61163284845018e-05 201 rna-XM_022933994.1 34322203 3 935949 936149 Stylophora pistillata 50429 AAG|GTTTGTTCGA...CGATTTTTACCC/TCGATTTTTACC...AAAAG|GTA 0 1 9.194
192365775 GT-AG 0 1.626898047837411e-05 345 rna-XM_022933994.1 34322203 4 936409 936753 Stylophora pistillata 50429 AAG|GTACAATTTA...TATGTTTCATTA/ATATGTTTCATT...AACAG|GTG 1 1 13.628
192365776 GT-AG 0 0.0001600384550026 145 rna-XM_022933994.1 34322203 5 938574 938718 Stylophora pistillata 50429 GAG|GTATTACGTT...TAATTTTTACTG/GTAATTTTTACT...AACAG|ATT 0 1 44.787
192365777 GT-AG 0 1.000000099473604e-05 180 rna-XM_022933994.1 34322203 6 938891 939070 Stylophora pistillata 50429 CTG|GTAAGAACTG...GTACCCTGAAAC/ATAACATTAAAA...TTTAG|GAA 1 1 47.732
192365778 GT-AG 0 1.000000099473604e-05 378 rna-XM_022933994.1 34322203 7 939788 940165 Stylophora pistillata 50429 CTG|GTAAGTACAC...CCTTTTTTGAAA/CCTTTTTTGAAA...TTCAG|GGG 1 1 60.007
192365779 GT-AG 0 1.000000099473604e-05 290 rna-XM_022933994.1 34322203 8 940523 940812 Stylophora pistillata 50429 TTA|GTGAGTGTTA...GTTCCCTTATGA/CCTCTGATCATT...CACAG|ATG 1 1 66.119
192365780 GT-AG 0 2.498652092277876e-05 989 rna-XM_022933994.1 34322203 9 941071 942059 Stylophora pistillata 50429 AGG|GTAGGTCTGT...TTTTCCTTGTTT/TTGTTGGTCATT...AAAAG|GAA 1 1 70.536
192365781 GT-AG 0 0.0024897782479597 161 rna-XM_022933994.1 34322203 10 942266 942426 Stylophora pistillata 50429 AAG|GTATTTATCT...CTCTCCTTCTTT/TATTGATTAACG...TTAAG|TTG 0 1 74.063
192365782 GT-AG 0 0.024852010214327 219 rna-XM_022933994.1 34322203 11 942551 942769 Stylophora pistillata 50429 GAG|GTATTCAGTG...TTTTTCGTAATT/ATGAAACTAATT...TCTAG|TTA 1 1 76.186
192365783 GT-AG 0 4.094855641577959e-05 344 rna-XM_022933994.1 34322203 12 943073 943416 Stylophora pistillata 50429 AAG|GTTTGTTCAT...TCTTCCTTTCCT/GAAAAACACATA...TCTAG|TCC 1 1 81.373
192365784 GT-AG 0 1.000000099473604e-05 1209 rna-XM_022933994.1 34322203 13 943690 944898 Stylophora pistillata 50429 GAT|GTGAGTAGTA...AGTTTTGTGACT/TTGTGACTAATT...TTCAG|TGA 1 1 86.047
192365785 GT-AG 0 0.000241385552496 473 rna-XM_022933994.1 34322203 14 945169 945641 Stylophora pistillata 50429 CAG|GTACGCATTT...AACTCATTAATA/ATTTAATTTATT...TCTAG|GGC 1 1 90.669
192365786 GT-AG 0 1.000000099473604e-05 539 rna-XM_022933994.1 34322203 15 945936 946474 Stylophora pistillata 50429 CAG|GTAAGTAGCA...GTGTTTTCAACA/TTGTGTTTCATA...TTAAG|AAT 1 1 95.703

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