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

✎ 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
11508008 GT-AG 0 1.000000099473604e-05 1228 rna-XM_009872916.1 2107403 1 11437 12664 Apaloderma vittatum 57397 AAG|GTAAAAACAT...AGATTCTAATCT/CAGATTCTAATC...TGTAG|ATT 1 1 3.933
11508009 GT-AG 0 1.000000099473604e-05 728 rna-XM_009872916.1 2107403 2 12715 13442 Apaloderma vittatum 57397 AGG|GTAAGTCATC...TGGTGTTTAACA/TGGTGTTTAACA...TGCAG|CAA 0 1 6.555
11508010 GT-AG 0 1.000000099473604e-05 510 rna-XM_009872916.1 2107403 3 13497 14006 Apaloderma vittatum 57397 AAG|GTGGGTGCCT...GTGTCCCTACTT/AGTGTCCCTACT...TGCAG|AGT 0 1 9.386
11508011 GT-AG 0 2.36137495584929e-05 1289 rna-XM_009872916.1 2107403 4 14158 15446 Apaloderma vittatum 57397 AGG|GTAAACATAA...CAGGTTTAAATT/ATAAATCTGACC...AACAG|AAT 1 1 17.305
11508012 GT-AG 0 1.000000099473604e-05 579 rna-XM_009872916.1 2107403 5 15530 16108 Apaloderma vittatum 57397 AAG|GTAGGTCTTG...TTGTTCTTTTTG/CTTCCTCTGAAA...TGTAG|CAA 0 1 21.657
11508013 GT-AG 0 1.000000099473604e-05 2830 rna-XM_009872916.1 2107403 6 16193 19022 Apaloderma vittatum 57397 CAG|GTCAGAAAGG...TATGTTTTGCCT/TATAATCTTATG...CACAG|TCC 0 1 26.062
11508014 GT-AG 0 4.362825810009519e-05 1191 rna-XM_009872916.1 2107403 7 19191 20381 Apaloderma vittatum 57397 GAG|GTATAAAGTA...ATATCTTTTGCC/GCCGGCATAATC...TGCAG|AAC 0 1 34.872
11508015 GT-AG 0 0.0002210433474673 2051 rna-XM_009872916.1 2107403 8 20715 22765 Apaloderma vittatum 57397 GAT|GTATGAAACT...TAATCTGTGACT/CTGTGACTAACA...GACAG|ATA 0 1 52.334
11508016 GT-AG 0 1.000000099473604e-05 1169 rna-XM_009872916.1 2107403 9 23005 24173 Apaloderma vittatum 57397 GAG|GTTAAACATT...ACTTCTTTGAAA/TTGCATTTAATT...CTTAG|CCA 2 1 64.866
11508017 GT-AG 0 1.000000099473604e-05 478 rna-XM_009872916.1 2107403 10 24254 24731 Apaloderma vittatum 57397 GAG|GTAAGAGAAA...ACTGCTGTGATA/AAAAGGCTAACT...GGCAG|CTT 1 1 69.061
11508018 GT-AG 0 1.000000099473604e-05 1165 rna-XM_009872916.1 2107403 11 24845 26009 Apaloderma vittatum 57397 CCA|GTGAGTATGA...CCCTGTTTAATA/TTAATATTCACT...TGCAG|AAG 0 1 74.987
11508019 GT-AG 0 1.000000099473604e-05 715 rna-XM_009872916.1 2107403 12 26178 26892 Apaloderma vittatum 57397 GTG|GTCAGTAAAG...GAATTTTTATAT/TGAATTTTTATA...TGCAG|ATG 0 1 83.797
11508020 GT-AG 0 1.000000099473604e-05 1529 rna-XM_009872916.1 2107403 13 26962 28490 Apaloderma vittatum 57397 GAG|GTAAGAAAAC...CGTTTCTTACTT/ACGTTTCTTACT...TGTAG|ATC 0 1 87.415
11508021 GT-AG 0 1.000000099473604e-05 356 rna-XM_009872916.1 2107403 14 28572 28927 Apaloderma vittatum 57397 AAC|GTAAGTACTG...TTCTTCTTTTTT/GTTATACTGAAT...ATCAG|GCG 0 1 91.662

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