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

✎ 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
192366109 GT-AG 0 0.0628820415844381 456 rna-XM_022939392.1 34322220 1 1503632 1504087 Stylophora pistillata 50429 TGG|GTATGTTTAC...ATCTCTTTATTT/TATCTCTTTATT...AACAG|CAT 1 1 0.409
192366110 GT-AG 0 1.000000099473604e-05 346 rna-XM_022939392.1 34322220 2 1504837 1505182 Stylophora pistillata 50429 GTG|GTAAGATTTG...TTTTTTTTTATT/TTTTTTTTTATT...CTCAG|CCA 0 1 23.985
192366111 GT-AG 0 1.000000099473604e-05 666 rna-XM_022939392.1 34322220 3 1505258 1505923 Stylophora pistillata 50429 GAG|GTAAAAACAT...TTCTTCTCAATA/CTTCTTCTCAAT...AAAAG|GTG 0 1 26.346
192366112 GT-AG 0 0.0001246523215033 398 rna-XM_022939392.1 34322220 4 1506200 1506597 Stylophora pistillata 50429 AAG|GTTTGTTACT...TATCTTTTGATA/TGGATGCTCATT...AACAG|CGA 0 1 35.033
192366113 GT-AG 0 1.000000099473604e-05 87 rna-XM_022939392.1 34322220 5 1506762 1506848 Stylophora pistillata 50429 GAG|GTGAGTATAT...TCTATTTTAACA/TCTATTTTAACA...TTCAG|GTT 2 1 40.195
192366114 GT-AG 0 0.0100042232264856 423 rna-XM_022939392.1 34322220 6 1506921 1507343 Stylophora pistillata 50429 CAG|GTATTATTGT...TTGTTCTTAATC/CTTGTTCTTAAT...TCCAG|CAA 2 1 42.461
192366115 GT-AG 0 1.000000099473604e-05 1221 rna-XM_022939392.1 34322220 7 1507570 1508790 Stylophora pistillata 50429 ACA|GTGAGTACTT...ACCCTTTTATCA/GTAAACTTCACT...TGTAG|GAT 0 1 49.575
192366116 GT-AG 0 1.000000099473604e-05 86 rna-XM_022939392.1 34322220 8 1508938 1509023 Stylophora pistillata 50429 CGG|GTAAGAAGCA...ATATTTTTGTTT/GCCAAAATCAAT...TTCAG|CTC 0 1 54.202
192366117 GT-AG 0 0.0004149885967652 191 rna-XM_022939392.1 34322220 9 1509293 1509483 Stylophora pistillata 50429 CAA|GTAAGCTGTT...TCATCTTTCACT/TCATCTTTCACT...TCCAG|TCG 2 1 62.669
192366118 GT-AG 0 1.000000099473604e-05 417 rna-XM_022939392.1 34322220 10 1509664 1510080 Stylophora pistillata 50429 AAA|GTGAGACATT...TGCTTCTTGAAC/GAAACTTTCATC...TGCAG|ATA 2 1 68.335
192366119 GT-AG 0 0.3228996236701111 466 rna-XM_022939392.1 34322220 11 1510221 1510686 Stylophora pistillata 50429 AAG|GTATCTATCA...TTTTCTATACTA/ATTTTCTATACT...ACCAG|GAC 1 1 72.742
192366120 GT-AG 0 1.000000099473604e-05 280 rna-XM_022939392.1 34322220 12 1511025 1511304 Stylophora pistillata 50429 AAG|GTCTGGAAGT...GGTTGTTTATTC/TGGTTGTTTATT...TTTAG|CTG 0 1 83.381
192366121 GT-AG 0 0.004745633979355 186 rna-XM_022939392.1 34322220 13 1511599 1511784 Stylophora pistillata 50429 CCG|GTATGTTCTA...GTGGTTTTACTC/TGTGGTTTTACT...TTTAG|GCT 0 1 92.635
192366122 GT-AG 0 1.000000099473604e-05 76 rna-XM_022939392.1 34322220 14 1511866 1511941 Stylophora pistillata 50429 AAG|GTTGGTGTTG...GTGTCGTTGACT/TGTGAGCTTATC...TTCAG|TAC 0 1 95.184

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