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

✎ 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
156963493 GT-AG 0 1.000000099473604e-05 594 rna-XM_027185596.1 28258276 1 180058 180651 Pocillopora damicornis 46731 AAG|GTAAAATATT...ACGACCTTGACA/CTCTCTCTAAAC...AACAG|TTC 2 1 0.716
156963494 GT-AG 0 1.000000099473604e-05 147 rna-XM_027185596.1 28258276 2 180962 181108 Pocillopora damicornis 46731 AAG|GTGGGTAGAC...TTCTCTTTGAAT/TTAAATTTTATT...TTCAG|CCA 0 1 16.564
156963495 GT-AG 0 0.0002235331953287 761 rna-XM_027185596.1 28258276 3 181178 181938 Pocillopora damicornis 46731 CTG|GTATAGTACA...TGAACTTTATAA/TACTTTGTTATA...TGCAG|GAA 0 1 20.092
156963496 GT-AG 0 1.000000099473604e-05 899 rna-XM_027185596.1 28258276 4 182104 183002 Pocillopora damicornis 46731 CAT|GTGAGTGGAG...AACCCCTTGTAT/TTATATATTACT...CTCAG|GGA 0 1 28.528
156963497 GT-AG 0 1.000000099473604e-05 87 rna-XM_027185596.1 28258276 5 183177 183263 Pocillopora damicornis 46731 GAG|GTAAGATGTT...TCATTTTTATAA/AAAGATCTCATC...CACAG|CTT 0 1 37.423
156963498 GT-AG 0 1.000000099473604e-05 265 rna-XM_027185596.1 28258276 6 183414 183678 Pocillopora damicornis 46731 AAG|GTTAGTAGTC...CTATTTTTATTT/TGAAAGCTAACT...TTCAG|TTG 0 1 45.092
156963499 GT-AG 0 1.000000099473604e-05 343 rna-XM_027185596.1 28258276 7 183750 184092 Pocillopora damicornis 46731 CAG|GTAAATCAGA...TCATATTTAATC/ATTCTGTTCATA...TTCAG|AAA 2 1 48.722
156963500 GT-AG 0 0.0119810905110328 132 rna-XM_027185596.1 28258276 8 184170 184301 Pocillopora damicornis 46731 ATG|GTATGTGTTC...TAATTCTTGACC/TAATTCTTGACC...TCCAG|ACA 1 1 52.658
156963501 GT-AG 0 1.000000099473604e-05 161 rna-XM_027185596.1 28258276 9 184439 184599 Pocillopora damicornis 46731 GAG|GTGATTTCCA...AAGTTTTTATTA/AAAGTTTTTATT...TTCAG|AAC 0 1 59.663
156963502 GT-AG 0 1.000000099473604e-05 85 rna-XM_027185596.1 28258276 10 184696 184780 Pocillopora damicornis 46731 AAG|GTGAAAAATC...GCTAATTTAACT/CCATTTCTCACT...TTTAG|ATT 0 1 64.571
156963503 GT-AG 0 1.000000099473604e-05 259 rna-XM_027185596.1 28258276 11 184928 185186 Pocillopora damicornis 46731 AGG|GTAAAAAATA...AAACACTTAATG/GTGATATTCAGT...TAAAG|CAA 0 1 72.086
156963504 GT-AG 0 0.0291214636490929 133 rna-XM_027185596.1 28258276 12 185264 185396 Pocillopora damicornis 46731 AAG|GTATCAACAG...TTTACTTTGATT/ATCTATCTCATT...CACAG|ACC 2 1 76.022
156963505 GT-AG 0 1.000000099473604e-05 557 rna-XM_027185596.1 28258276 13 185446 186002 Pocillopora damicornis 46731 AAA|GTGAGGAACT...CATGCTTTAATG/GTTGATCTCAGT...CATAG|ATG 0 1 78.528
156963506 GT-AG 0 0.0052886204629087 602 rna-XM_027185596.1 28258276 14 186156 186757 Pocillopora damicornis 46731 GTG|GTAACTTAAA...AACACCTTGTCA/CAGTGAATTATT...GACAG|ACA 0 1 86.35
156963507 GT-AG 0 1.000000099473604e-05 1332 rna-XM_027185596.1 28258276 15 186947 188278 Pocillopora damicornis 46731 GCT|GTAAGTGGAA...TACCTTTTGAAG/AGATATCTGATG...CATAG|AAT 0 1 96.012

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