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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
189663856 GT-AG 0 0.0005140648427415 81 rna-XM_016749165.1 33869944 1 2125780 2125860 Spizellomyces punctatus 109760 AAG|GTACTTTGAG...GTTGCCTTCACA/GTTGCCTTCACA...TCCAG|ACA 0 1 3.668
189663857 GT-AG 0 2.474205190052944e-05 132 rna-XM_016749165.1 33869944 2 2125935 2126066 Spizellomyces punctatus 109760 AAG|GTGCCAATAA...CTCTCCTTTTCT/TCTCTATTCAAT...ATCAG|AAA 2 1 6.049
189663858 GT-AG 0 1.000000099473604e-05 57 rna-XM_016749165.1 33869944 3 2126170 2126226 Spizellomyces punctatus 109760 CTG|GTTCGTAAGA...TCAATATTGACA/TCAATATTGACA...AATAG|GAC 0 1 9.363
189663859 GT-AG 0 0.0001065625334431 56 rna-XM_016749165.1 33869944 4 2126372 2126427 Spizellomyces punctatus 109760 CAG|GTACGCCCAA...TTCGCATTAACT/TTCGCATTAACT...CGTAG|GCA 1 1 14.028
189663860 GT-AG 0 0.0452337955260836 62 rna-XM_016749165.1 33869944 5 2126502 2126563 Spizellomyces punctatus 109760 GAA|GTATGCCTTC...AAGAGCTTAAAG/CAAGAGCTTAAA...TATAG|ATT 0 1 16.409
189663861 GT-AG 0 0.0261211880990587 67 rna-XM_016749165.1 33869944 6 2126671 2126737 Spizellomyces punctatus 109760 AAA|GTATTTTCTT...ATGGGTTTAATA/CATTTACTGATA...GCCAG|GTC 2 1 19.852
189663862 GT-AG 0 1.000000099473604e-05 68 rna-XM_016749165.1 33869944 7 2126846 2126913 Spizellomyces punctatus 109760 AGG|GTAATGTTCC...AAAGTATTGACT/AAAGTATTGACT...GCTAG|ACC 2 1 23.327
189663863 GT-AG 0 1.000000099473604e-05 78 rna-XM_016749165.1 33869944 8 2127036 2127113 Spizellomyces punctatus 109760 GTG|GTGAGTTTTC...TATCTAGTAGCA/CGAGTTCTCATG...TGTAG|GCA 1 1 27.252
189663864 GT-AG 0 0.0002758718104332 77 rna-XM_016749165.1 33869944 9 2127228 2127304 Spizellomyces punctatus 109760 GAG|GTATTACTGA...TCATCCTTATGT/CGCATTCTCATC...AATAG|ACC 1 1 30.92
189663865 GT-AG 0 0.000108388256943 69 rna-XM_016749165.1 33869944 10 2127409 2127477 Spizellomyces punctatus 109760 CCA|GTACGTAAAT...ATGTCCCTACCT/TCTTTGTTGATG...CTCAG|GCT 0 1 34.266
189663866 GT-AG 0 0.0011419263017111 58 rna-XM_016749165.1 33869944 11 2127757 2127814 Spizellomyces punctatus 109760 AAG|GTATGCTAGC...TGACCCTTTTAC/GGGCAGCTGACC...CGTAG|GAT 0 1 43.243
189663867 GT-AG 0 2.012040051944633e-05 66 rna-XM_016749165.1 33869944 12 2128004 2128069 Spizellomyces punctatus 109760 GAA|GTACGGATAC...TATCTCATGATA/TTAAGATTGACA...ATCAG|AAT 0 1 49.324
189663868 GT-AG 0 0.0022486565592175 59 rna-XM_016749165.1 33869944 13 2128176 2128234 Spizellomyces punctatus 109760 AAG|GTACTCTCAT...ATCGTTTTATAA/CATCGTTTTATA...TTCAG|ATT 1 1 52.735
189663869 GT-AG 0 0.0071657208967649 68 rna-XM_016749165.1 33869944 14 2129682 2129749 Spizellomyces punctatus 109760 CAG|GTATAGTTTT...GGATTTTTGACA/CTTCAGCTTATT...TGCAG|ACC 2 1 99.292

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