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

✎ 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
44701810 GT-AG 0 1.000000099473604e-05 310948 rna-XM_006830712.1 8322033 2 40402435 40713382 Chrysochloris asiatica 185453 GGT|GTGAGTACCC...CCATCCATAGCA/CACATTTTTAGG...TGCAG|GTT 2 1 18.315
44701811 GT-AG 0 1.000000099473604e-05 3270 rna-XM_006830712.1 8322033 3 40399074 40402343 Chrysochloris asiatica 185453 CTG|GTGAGACTGA...TCCCCGTTAATC/CCGTTAATCAGT...CACAG|GAG 0 1 21.648
44701812 GT-AG 0 1.000000099473604e-05 1673 rna-XM_006830712.1 8322033 4 40397274 40398946 Chrysochloris asiatica 185453 TGG|GTAAGTCTGG...TCCGCCTGACCC/TTCCGCCTGACC...CCCAG|ACA 1 1 26.3
44701813 GT-AG 0 1.000000099473604e-05 8845 rna-XM_006830712.1 8322033 5 40388256 40397100 Chrysochloris asiatica 185453 AAA|GTAAGTGTCG...CCTTTCTTGTCC/CCCCCATTGACC...TCCAG|GAG 0 1 32.637
44701814 GT-AG 0 1.000000099473604e-05 1353 rna-XM_006830712.1 8322033 6 40386747 40388099 Chrysochloris asiatica 185453 CTG|GTGCGTCACC...CTTCCCTTTCCC/CTACATCTGACC...TTCAG|ATC 0 1 38.352
44701815 GT-AG 0 1.000000099473604e-05 1815 rna-XM_006830712.1 8322033 7 40384821 40386635 Chrysochloris asiatica 185453 GCG|GTAAGTGCCT...CATGTCTAACTG/TCATGTCTAACT...ACCAG|GGC 0 1 42.418
44701816 GT-AG 0 2.555767817763201e-05 3589 rna-XM_006830712.1 8322033 8 40381136 40384724 Chrysochloris asiatica 185453 CAG|GTCTGTCTGC...TTGCCCCTAATT/TTGCCCCTAATT...CCCAG|GCT 0 1 45.934
44701817 GT-AG 0 1.000000099473604e-05 5826 rna-XM_006830712.1 8322033 9 40375215 40381040 Chrysochloris asiatica 185453 CAG|GTAAGTGGTA...TGTATTTTATTC/ATTTTATTCATT...CACAG|GAA 2 1 49.414
44701818 GT-AG 0 1.000000099473604e-05 9120 rna-XM_006830712.1 8322033 10 40366068 40375187 Chrysochloris asiatica 185453 CAG|GTGAGTGTTT...TTTTGCTTATTT/CTTTTGCTTATT...TGTAG|CCA 2 1 50.403
44701819 GT-AG 0 3.7005612157436215e-05 789 rna-XM_006830712.1 8322033 11 40365076 40365864 Chrysochloris asiatica 185453 AAG|GTAACACGTT...AATTCTATGACC/CTGCCACTGACA...CTCAG|ATG 1 1 57.839
44701820 GT-AG 0 1.000000099473604e-05 3883 rna-XM_006830712.1 8322033 12 40361090 40364972 Chrysochloris asiatica 185453 CAG|GTAAGATTTT...TTCCCCTCAGTC/CAGTCCCTCACC...TGCAG|AAT 2 1 61.612
44701821 GT-AG 0 1.000000099473604e-05 5681 rna-XM_006830712.1 8322033 13 40355277 40360957 Chrysochloris asiatica 185453 AAG|GTAAGACCAT...TGTGTTTTCTCT/TGCCCCCTCACT...TTCAG|AAT 2 1 66.447
44701822 GT-AG 0 1.000000099473604e-05 1963 rna-XM_006830712.1 8322033 14 40353215 40355177 Chrysochloris asiatica 185453 CAG|GTGGGGTCTG...ATGGCCTTACAT/CATGGCCTTACA...CCTAG|GAA 2 1 70.073
44701823 GT-AG 0 1.000000099473604e-05 4535 rna-XM_006830712.1 8322033 15 40348595 40353129 Chrysochloris asiatica 185453 CAG|GTAAATCTTT...TAGTTCTTTGTA/AAAGAAGTCATT...TCCAG|GTT 0 1 73.187

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