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

✎ 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
2570956 GT-AG 0 1.000000099473604e-05 116 rna-XM_029338266.2 442636 1 36926024 36926139 Acropora millepora 45264 AAG|GTAGGGAAAT...CCTTTCTTATCA/GCCTTTCTTATC...TGCAG|GGT 2 1 0.494
2570957 GT-AG 0 1.000000099473604e-05 2720 rna-XM_029338266.2 442636 2 36926189 36928908 Acropora millepora 45264 GGG|GTAAGTGACG...GTTTCCTTTTCT/CTAGGTTTCATT...GTAAG|CAA 0 1 1.185
2570958 GT-AG 0 1.000000099473604e-05 1187 rna-XM_029338266.2 442636 3 36929049 36930235 Acropora millepora 45264 GCG|GTAAGATACT...TGATACTTGTTT/ATGTATCTAATG...TTCAG|GGA 2 1 3.161
2570959 GT-AG 0 1.000000099473604e-05 1057 rna-XM_029338266.2 442636 4 36930294 36931350 Acropora millepora 45264 CAG|GTACTAAGCT...AGAACTTTAAAA/AAAAATATCACT...CACAG|GAA 0 1 3.98
2570960 GT-AG 0 4.550833095244007e-05 580 rna-XM_029338266.2 442636 5 36931460 36932039 Acropora millepora 45264 GAG|GTAACAAAAC...TTGTTTTTAATT/TTGTTTTTAATT...ATCAG|GTG 1 1 5.518
2570961 GT-AG 0 1.000000099473604e-05 1620 rna-XM_029338266.2 442636 6 36932168 36933787 Acropora millepora 45264 AAG|GTAATGAACT...CAGCTCTTGATA/CAGCTCTTGATA...TTAAG|TCA 0 1 7.324
2570962 GT-AG 0 1.000000099473604e-05 411 rna-XM_029338266.2 442636 7 36933924 36934334 Acropora millepora 45264 CAG|GTGAGGAAGA...TAATCTTTGATT/TTGTACTTTATT...AACAG|GAT 1 1 9.244
2570963 GT-AG 0 3.642852140257847e-05 493 rna-XM_029338266.2 442636 8 36934410 36934902 Acropora millepora 45264 TGG|GTAACAGTAT...CTTTCTTTGGTT/TTCTTTCTAACA...TGTAG|CTG 1 1 10.302
2570964 GT-AG 0 0.0003348517958894 463 rna-XM_029338266.2 442636 9 36935070 36935532 Acropora millepora 45264 ACA|GTAAGTCTGC...TGTGTTTTGACA/TGTGTTTTGACA...AACAG|TCT 0 1 12.659
2570965 GT-AG 0 1.000000099473604e-05 401 rna-XM_029338266.2 442636 10 36935609 36936009 Acropora millepora 45264 AAG|GTGAAGTTAA...TGTTCCTTCCTT/TTTTGTTTCATA...TTTAG|ACG 1 1 13.731
2570966 GT-AG 0 1.000000099473604e-05 250 rna-XM_029338266.2 442636 11 36936382 36936631 Acropora millepora 45264 AAG|GTGAGTGGTC...TGTGTCTTTTTT/ATGACATTTATG...AACAG|GGT 1 1 18.981
2570967 GT-AG 0 1.000000099473604e-05 696 rna-XM_029338266.2 442636 14 36941599 36942294 Acropora millepora 45264 AAC|GTAAGTGGGC...ACTTTCTTACTG/TACTTTCTTACT...CACAG|AAA 1 1 89.049
2570968 GT-AG 0 1.000000099473604e-05 353 rna-XM_029338266.2 442636 15 36942358 36942710 Acropora millepora 45264 TGG|GTAAGACAAT...ATATACTTCATG/ATATACTTCATG...TGCAG|TCG 1 1 89.938
2570969 GT-AG 0 1.000000099473604e-05 387 rna-XM_029338266.2 442636 16 36943053 36943439 Acropora millepora 45264 AAG|GTATAGGTGA...ACTAACTCAACC/TGCAAACTAACT...TTCAG|AGA 1 1 94.764
2570970 GT-AG 0 0.0004475607029862 277 rna-XM_029338266.2 442636 17 36943503 36943779 Acropora millepora 45264 TTG|GTAAGTTTTT...TTAGTTTTGATC/TTAGTTTTGATC...ATCAG|CAA 1 1 95.653

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