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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
77225246 GT-AG 0 1.7501372860811647e-05 67 rna-XM_021036437.2 14452875 2 755506 755572 Exaiptasia diaphana 2652724 CCT|GTAAGTGTTT...TATTTTTCAATA/ATATTTTTCAAT...TGTAG|GCT 0 1 12.533
77225247 GT-AG 0 1.000000099473604e-05 182 rna-XM_021036437.2 14452875 3 755242 755423 Exaiptasia diaphana 2652724 CAG|GTGGGTTACC...CTCGTATTATCT/TAGTACATGACT...TTCAG|ACC 1 1 16.178
77225248 GT-AG 0 1.000000099473604e-05 121 rna-XM_021036437.2 14452875 4 755020 755140 Exaiptasia diaphana 2652724 CGG|GTGAGTACAA...GCATATTTAACA/AATAATTTTACA...TTCAG|CAT 0 1 20.667
77225249 GT-AG 1 97.62865358136978 499 rna-XM_021036437.2 14452875 5 754439 754937 Exaiptasia diaphana 2652724 ATT|GTATCCTAGC...TTTTCTTTGACC/TTTTCTTTGACC...GTCAG|ATA 1 1 24.311
77225250 GT-AG 0 0.0014067243942414 443 rna-XM_021036437.2 14452875 6 753871 754313 Exaiptasia diaphana 2652724 TTG|GTAAGCTCTT...ATTTTTTTAATT/ATTTTTTTAATT...TCTAG|AGT 0 1 29.867
77225251 GT-AG 0 5.3251601974592754e-05 85 rna-XM_021036437.2 14452875 7 753732 753816 Exaiptasia diaphana 2652724 CAA|GTAAGTTGGC...ATCCCTTTATCA/TAGACACTCATT...CATAG|AGT 0 1 32.267
77225252 GT-AG 0 1.000000099473604e-05 245 rna-XM_021036437.2 14452875 8 753397 753641 Exaiptasia diaphana 2652724 CAG|GTAAATGCGA...CTTGTTTTATTT/CCTTGTTTTATT...TTTAG|ATT 0 1 36.267
77225253 GT-AG 0 1.000000099473604e-05 150 rna-XM_021036437.2 14452875 9 753166 753315 Exaiptasia diaphana 2652724 CAG|GTACTAGCCT...TGTTTATTAATG/TGTTTATTAATG...TGCAG|GAA 0 1 39.867
77225254 GT-AG 0 1.000000099473604e-05 696 rna-XM_021036437.2 14452875 11 752202 752897 Exaiptasia diaphana 2652724 CAG|GTACAATAAA...ATAAACTGAATG/ATTGAATTGAAT...TTCAG|TAC 2 1 48.489
77225255 GT-AG 0 1.000000099473604e-05 422 rna-XM_021036437.2 14452875 12 751660 752081 Exaiptasia diaphana 2652724 AGG|GTAAGTCAAC...CAGATATTGATT/CAGATATTGATT...CTTAG|AAT 2 1 53.822
77225256 GT-AG 0 0.0044287949766897 262 rna-XM_021036437.2 14452875 14 749908 750169 Exaiptasia diaphana 2652724 GAG|GTATGCATAA...CCGCTCTTACTT/CTCTTACTTATC...AACAG|GGT 0 1 59.467
77225257 GT-AG 0 1.000000099473604e-05 336 rna-XM_021036437.2 14452875 15 749503 749838 Exaiptasia diaphana 2652724 CAG|GTAATACCAK...TGTTTCTTATTT/TTGTTTCTTATT...TTTAG|TTT 0 1 62.533
77225258 GT-AG 0 2.321910336890487e-05 738 rna-XM_021036437.2 14452875 17 747837 748574 Exaiptasia diaphana 2652724 GTG|GTAAACATTT...CTGTTTTTCTTT/TGAATTCTCATG...TGTAG|GAG 0 1 79.867
77225259 GT-AG 0 0.0013624398287753 449 rna-XM_021036437.2 14452875 18 747296 747744 Exaiptasia diaphana 2652724 AAG|GTACATTTAT...ATTTTTTTGAAT/ATTTTTTTGAAT...TTCAG|GTA 2 1 83.956

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