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)

13 rows where transcript_id = 7208749

✎ 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
37776829 GT-AG 0 1.000000099473604e-05 1262 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 1 54465 55726 Cephalopterus ornatus 114276 GAG|GTGGTGGATT...GTTGTCTTGTTT/CAGTTTGTGATT...TTTAG|CAT 2 1 6.462
37776830 GT-AG 0 1.000000099473604e-05 609 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 2 55902 56510 Cephalopterus ornatus 114276 CAG|GTACGGTATA...CTGACTGTGACT/CTGTGACTGATT...GACAG|GGC 0 1 17.658
37776831 GT-AG 0 1.000000099473604e-05 1005 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 3 56623 57627 Cephalopterus ornatus 114276 ACA|GTAAGAACAT...GGCTGCTTGTCC/AACACAATCACC...GACAG|CTA 1 1 24.824
37776832 GT-AG 0 1.000000099473604e-05 822 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 4 57735 58556 Cephalopterus ornatus 114276 CTG|GTAGGTAGCA...GTCCCCTTTCCC/CCTCTGCTGATT...TGCAG|GAG 0 1 31.67
37776833 GT-AG 0 0.000348095356698 550 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 5 58684 59233 Cephalopterus ornatus 114276 TTG|GTGTGTTTCA...CAGCACTTGACT/ACTTGACTTATC...CCCAG|ACA 1 1 39.795
37776834 GT-AG 0 1.000000099473604e-05 269 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 6 59355 59623 Cephalopterus ornatus 114276 CAG|GTGAGAAGCA...ATTTTCTTTATG/GTCCTTCTCATC...TGCAG|GTC 2 1 47.537
37776835 GT-AG 1 97.41692180519928 1046 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 7 59710 60755 Cephalopterus ornatus 114276 CCA|GTATCCTTTT...TTTTCCTCAAAG/CTTTTCCTCAAA...AACAG|ACC 1 1 53.039
37776836 GT-AG 0 1.000000099473604e-05 1264 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 8 60881 62144 Cephalopterus ornatus 114276 CCA|GTGAGTCCTC...CACTTTTTACCT/CCACTTTTTACC...TAAAG|GTA 0 1 61.036
37776837 GT-AG 0 1.000000099473604e-05 1921 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 9 62205 64125 Cephalopterus ornatus 114276 CTG|GTACTGTATC...CAAGTTTTGCCA/TGCCAACTAACA...TCCAG|GGT 0 1 64.875
37776838 GT-AG 0 0.000695511577251 1164 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 10 64193 65356 Cephalopterus ornatus 114276 CAG|GTGCCTTGTG...GATTTGTTAATA/ACTAATCTGATT...TTTAG|ACT 1 1 69.162
37776839 GT-AG 0 1.000000099473604e-05 1604 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 11 65452 67055 Cephalopterus ornatus 114276 ATG|GTACGTTGCA...CCATGTGTAACT/CCATGTGTAACT...TTCAG|GAC 0 1 75.24
37776840 GT-AG 0 0.0024740733216595 1458 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 12 67185 68642 Cephalopterus ornatus 114276 TAC|GTACGCCCAC...GTGTCCTGGATT/CAATGACTCAAG...ACTAG|GTG 0 1 83.493
37776841 GT-AG 0 1.000000099473604e-05 801 rna-gnl|WGS:VZRE|CEPORN_R03735_mrna 7208749 13 68758 69558 Cephalopterus ornatus 114276 CAG|GTAAGGAAAA...AATTAATTAACT/AATTAATTAATT...TGAAG|TGT 1 1 90.851

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