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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
60947681 GT-AG 0 0.0013940584422582 289 rna-XM_028539897.1 11013816 2 2689163 2689451 Dendronephthya gigantea 151771 AAG|GTATATATAT...AATTGCTTATTT/CATATATTAATT...GATAG|AAG 1 1 9.594
60947682 GT-AG 0 1.000000099473604e-05 158 rna-XM_028539897.1 11013816 3 2688892 2689049 Dendronephthya gigantea 151771 CAA|GTGAGCTCTG...TGTTCTCTGACT/TGTTCTCTGACT...TGTAG|GTT 0 1 12.802
60947683 GT-AG 0 1.3985543924916596e-05 238 rna-XM_028539897.1 11013816 4 2688485 2688722 Dendronephthya gigantea 151771 AGG|GTAAATCCGT...TGATCTTTAATA/TTGATCTTTAAT...TCTAG|GTT 1 1 17.599
60947684 GT-AG 0 1.000000099473604e-05 91 rna-XM_028539897.1 11013816 5 2688053 2688143 Dendronephthya gigantea 151771 AGG|GTAAGTGAAT...TAAATCTTAATT/TCTTAATTGATT...AAAAG|GCA 0 1 27.278
60947685 GT-AG 0 0.0002675058641813 156 rna-XM_028539897.1 11013816 6 2687426 2687581 Dendronephthya gigantea 151771 AAG|GTAAGCTTGT...ATGCTCTTGAAT/TATGGTATAATT...CTTAG|GCC 0 1 40.647
60947686 GT-AG 0 3.676465825604417e-05 408 rna-XM_028539897.1 11013816 7 2686636 2687043 Dendronephthya gigantea 151771 TAC|GTAAGTGATG...AACTTCTTAATT/TCTTAATTTATC...AACAG|GTC 1 1 51.49
60947687 GT-AG 0 0.0004587569838173 73 rna-XM_028539897.1 11013816 8 2686126 2686198 Dendronephthya gigantea 151771 CAG|GTATAATACT...TTTTGCTTAATC/TTTTTGCTTAAT...TCAAG|GTT 0 1 63.894
60947688 GT-AG 0 0.0002708166850022 437 rna-XM_028539897.1 11013816 9 2685494 2685930 Dendronephthya gigantea 151771 AAG|GTTTGCGCCC...GTTTTCTTGACT/TTCTTTCTGATT...TTTAG|GTT 0 1 69.429
60947689 GT-AG 0 1.000000099473604e-05 301 rna-XM_028539897.1 11013816 10 2685019 2685319 Dendronephthya gigantea 151771 AGG|GTGAGTGCCT...TTATTGTTATAT/CTGACATTTATT...TATAG|GTT 0 1 74.368
60947690 GT-AG 0 2.1628956141293145e-05 264 rna-XM_028539897.1 11013816 11 2684476 2684739 Dendronephthya gigantea 151771 AAG|GTATTAAGGA...ATCATTTTATCA/CATCATTTTATC...TGCAG|GAA 0 1 82.288
60947691 GT-AG 0 1.000000099473604e-05 234 rna-XM_028539897.1 11013816 12 2684007 2684240 Dendronephthya gigantea 151771 TTG|GTGAGTAAAT...AAGCCTTTAAAC/TCTATATTCAAT...CTCAG|GTT 1 1 88.958
60947692 GT-AG 0 2.571445924620877e-05 361 rna-XM_028539897.1 11013816 13 2683476 2683836 Dendronephthya gigantea 151771 AAT|GTAAGTATTG...GTAGGTTTAACG/TTTAAATTTAGC...TTTAG|GTA 0 1 93.784
60947693 GT-AG 0 5.310957022593264e-05 262 rna-XM_028539897.1 11013816 14 2683040 2683301 Dendronephthya gigantea 151771 CAG|GTTTTTACTT...TTTTTCTGAATT/CTTTTTCTGAAT...TTCAG|CTT 0 1 98.723
60953284 GT-AG 0 1.000000099473604e-05 945 rna-XM_028539897.1 11013816 1 2689651 2690595 Dendronephthya gigantea 151771 CGG|GTAAGATAAA...ACAAACTTAATT/GTGGTATTTATA...GATAG|ATG   0 5.393

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