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

✎ 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
46266463 GT-AG 0 0.0022261647662751 838 rna-XM_006465542.3 8594622 1 18313704 18314541 Citrus sinensis 2711 CGC|GTAAGTTTTT...TTGTCCTCAACT/GTTTGTCTCACT...TTCAG|TGA 1 1 3.327
46266464 GT-AG 0 1.0287953159759076e-05 94 rna-XM_006465542.3 8594622 2 18313216 18313309 Citrus sinensis 2711 AAG|GTTTATGTCC...TTCCTCTAGAAT/ATGGTACTAATT...CTCAG|GGA 2 1 15.033
46266465 GT-AG 0 1.000000099473604e-05 129 rna-XM_006465542.3 8594622 3 18312909 18313037 Citrus sinensis 2711 AAG|GTTGTACTCT...TTAGTTTTGACC/TTAGTTTTGACC...TGCAG|GTT 0 1 20.321
46266466 GT-AG 0 0.0030020035833635 100 rna-XM_006465542.3 8594622 4 18312669 18312768 Citrus sinensis 2711 GAG|GTAATCTTCC...TTATTTTTATTT/TTTTTATTTATT...GACAG|ATT 2 1 24.48
46266467 GT-AG 0 0.0005651461794583 92 rna-XM_006465542.3 8594622 5 18311394 18311485 Citrus sinensis 2711 GAG|GTATTTAACA...GATCCCCTGATA/GATATACTAAAA...TGCAG|GTA 0 1 59.626
46266468 GT-AG 0 1.000000099473604e-05 138 rna-XM_006465542.3 8594622 6 18311155 18311292 Citrus sinensis 2711 AAG|GTGATAAGAA...GTCTTCTTAAGT/CTGAGTGTTATT...TTTAG|ATT 2 1 62.626
46266469 GT-AG 0 1.000000099473604e-05 325 rna-XM_006465542.3 8594622 7 18310685 18311009 Citrus sinensis 2711 AAG|GTAAAAGATA...AGTTCTTTACTA/CAGTTCTTTACT...CTCAG|ATG 0 1 66.934
46266470 GT-AG 0 1.000000099473604e-05 126 rna-XM_006465542.3 8594622 8 18310490 18310615 Citrus sinensis 2711 CAG|GTTATTATTT...TCTTTTTTAAGA/TCTTTTTTAAGA...TGCAG|ACT 0 1 68.984
46266471 GT-AG 0 1.000000099473604e-05 96 rna-XM_006465542.3 8594622 9 18310348 18310443 Citrus sinensis 2711 CAG|GTGAACCATT...CTATCCCTATCT/CTTTTTCTGACT...TCTAG|TTG 1 1 70.351
46266472 GT-AG 0 1.000000099473604e-05 78 rna-XM_006465542.3 8594622 10 18309890 18309967 Citrus sinensis 2711 GAG|GTAATGATGT...AGGTTTTTGACA/AGGTTTTTGACA...TGCAG|TGG 0 1 81.64
46266473 GT-AG 0 0.0059813810998191 107 rna-XM_006465542.3 8594622 11 18309703 18309809 Citrus sinensis 2711 AAG|GTACACTTAT...CTTGTCTTATAC/ACTTGTCTTATA...CACAG|GCG 2 1 84.017
46266474 GT-AG 0 0.0002427785916188 76 rna-XM_006465542.3 8594622 12 18309491 18309566 Citrus sinensis 2711 CAG|GTAATCATTT...GTTGTTTTATTG/TGTTGTTTTATT...ATTAG|ATA 0 1 88.057
46266475 GT-AG 0 0.02210020276035 89 rna-XM_006465542.3 8594622 13 18309218 18309306 Citrus sinensis 2711 TCG|GTAATCTTAT...TGTGCCTTATCT/TTGTGCCTTATC...TGCAG|ACA 1 1 93.523
46266476 GT-AG 0 1.000000099473604e-05 174 rna-XM_006465542.3 8594622 14 18308961 18309134 Citrus sinensis 2711 CAG|GTAAGCGCAA...TAATTTTTTTCT/TTGTAATTAATT...TGCAG|TCT 0 1 95.989

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