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)

15 rows where transcript_id = 24215973

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
132129610 GT-AG 0 0.0065996215825382 214 rna-XM_031630866.1 24215973 2 14302629 14302842 Nymphaea colorata 210225 AAA|GTATTTGTTC...GATTTCTAACTT/AGATTTCTAACT...ACCAG|GGA 2 1 21.193
132129611 GT-AG 0 0.0001811420520636 993 rna-XM_031630866.1 24215973 3 14301362 14302354 Nymphaea colorata 210225 CGG|GTTTGTATTT...CTTTCCTTACAT/AATTTCCTCATT...GGCAG|GCT 0 1 27.053
132129612 GT-AG 0 1.000000099473604e-05 188 rna-XM_031630866.1 24215973 4 14300896 14301083 Nymphaea colorata 210225 CAG|GTAAAATGTG...TTTCTTTTGATG/TTTCTTTTGATG...TTCAG|ATC 2 1 32.998
132129613 GT-AG 0 0.0035036842320025 119 rna-XM_031630866.1 24215973 5 14300603 14300721 Nymphaea colorata 210225 CGA|GTATGAACCA...TGTTTCTTAATT/TTGTTTCTTAAT...AACAG|GCA 2 1 36.719
132129614 GT-AG 0 1.000000099473604e-05 94 rna-XM_031630866.1 24215973 6 14299738 14299831 Nymphaea colorata 210225 AAG|GTGTTAAACT...TTTGTTTTGACC/TTTGTTTTGACC...TTCAG|TAA 2 1 53.208
132129615 GT-AG 0 1.000000099473604e-05 95 rna-XM_031630866.1 24215973 7 14299551 14299645 Nymphaea colorata 210225 ATG|GTGATCTGCA...AACTTTTTGTCT/CTTCTACTGAGA...TTCAG|GCA 1 1 55.175
132129616 GT-AG 0 0.0580794897569366 108 rna-XM_031630866.1 24215973 8 14299380 14299487 Nymphaea colorata 210225 GCT|GTATGGATTT...TTATTCTTAATG/TTTATTCTTAAT...TGCAG|ATA 1 1 56.523
132129617 GT-AG 0 1.000000099473604e-05 81 rna-XM_031630866.1 24215973 9 14299210 14299290 Nymphaea colorata 210225 CAG|GTAAGTCATG...TTTTTCTAAACT/CTTTTGCTGATA...AGCAG|AGG 0 1 58.426
132129618 GT-AG 0 0.0005763750943326 1378 rna-XM_031630866.1 24215973 10 14297766 14299143 Nymphaea colorata 210225 AAG|GTACCTGAAT...TTCTTCTTGCTT/TTTCTTTTCAAT...GCCAG|GAT 0 1 59.837
132129619 GT-AG 0 1.000000099473604e-05 1003 rna-XM_031630866.1 24215973 11 14296091 14297093 Nymphaea colorata 210225 GTG|GTAAATGGCA...TTTTCTTTTTCT/TATATCTTCATA...TTCAG|CCT 0 1 74.209
132129620 GT-AG 0 1.000000099473604e-05 415 rna-XM_031630866.1 24215973 12 14295601 14296015 Nymphaea colorata 210225 CAG|GTTAGTTGTA...GTTTTTTTAGTT/TTTTTAGTTATT...GGCAG|GTG 0 1 75.813
132129621 GT-AG 0 1.000000099473604e-05 73 rna-XM_031630866.1 24215973 13 14295457 14295529 Nymphaea colorata 210225 AAG|GTTTGATGTG...TATCATTTAGCA/CTACAATTCATT...TGCAG|GGA 2 1 77.331
132129622 GT-AG 0 0.0001240050376326 1116 rna-XM_031630866.1 24215973 14 14294283 14295398 Nymphaea colorata 210225 ATG|GTAAATTATT...TCATTCTTATTC/TTCATTCTCATT...AACAG|GCT 0 1 78.571
132129623 GC-AG 0 2.347336307878396e-05 115 rna-XM_031630866.1 24215973 15 14293897 14294011 Nymphaea colorata 210225 CAG|GCATATACTT...TTTGCCTTACTC/TTTTGCCTTACT...TGCAG|GTG 1 1 84.367
132142825 GT-AG 0 1.557906774264532e-05 277 rna-XM_031630866.1 24215973 1 14303412 14303688 Nymphaea colorata 210225 AGT|GTAATTCCAG...ATGTTTTTGAGT/ATGTTTTTGAGT...TTCAG|GTG   0 12.169

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