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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
38393897 GT-AG 0 0.000260617348693 3330 Ceric.01G076100.1.v2.1 7346995 1 151851067 151854396 Ceratopteris richardii 49495 AAG|GTATTTCATT...CATATTTTGAGA/CATATTTTGAGA...CACAG|AAA 0 1 6.909
38393898 GT-AG 0 0.0008398544513814 1062 Ceric.01G076100.1.v2.1 7346995 2 151854486 151855547 Ceratopteris richardii 49495 AAG|GTATTGATTA...TGATTCTTGATG/CCAATGCTGATT...TGCAG|TGG 2 1 10.383
38393899 GC-AG 0 0.0009348212600645 125 Ceric.01G076100.1.v2.1 7346995 3 151855615 151855739 Ceratopteris richardii 49495 GAG|GCATCTATAA...CTTTTGTTACTT/GCTTTTGTTACT...TCTAG|GTT 0 1 12.998
38393900 GT-AG 0 0.0100532040533513 486 Ceric.01G076100.1.v2.1 7346995 4 151855850 151856335 Ceratopteris richardii 49495 AAG|GTATGTTTTC...TTTGTCTTTTCT/TGAGTATTCAGC...TCCAG|CTT 2 1 17.291
38393901 GT-AG 0 0.0002804314793387 70 Ceric.01G076100.1.v2.1 7346995 5 151856403 151856472 Ceratopteris richardii 49495 ATG|GTAGTCCATA...TTTCTTTTATCT/TCTCTTTTCATC...TGCAG|GTT 0 1 19.906
38393902 GT-AG 0 1.000000099473604e-05 30778 Ceric.01G076100.1.v2.1 7346995 6 151856522 151887299 Ceratopteris richardii 49495 ACA|GTGAGTGTAG...AGGGTCTTACAT/AAGGGTCTTACA...AACAG|TGT 1 1 21.819
38393903 GT-AG 0 1.000000099473604e-05 80 Ceric.01G076100.1.v2.1 7346995 7 151887386 151887465 Ceratopteris richardii 49495 TTG|GTTTGTGGCC...ATAATTTTGAGA/AAATGATTTATA...TGTAG|GTG 0 1 25.176
38393904 GT-AG 0 1.000000099473604e-05 141 Ceric.01G076100.1.v2.1 7346995 8 151887768 151887908 Ceratopteris richardii 49495 ATG|GTAAGGCATA...ATATTCATGATG/CAAATATTCATG...TGTAG|GAA 2 1 36.963
38393905 GT-AG 0 1.4842135058962154e-05 282 Ceric.01G076100.1.v2.1 7346995 9 151887965 151888246 Ceratopteris richardii 49495 GAG|GTTTGCCAAA...TCTTTCTCAGCA/TTTTGTCTCATA...GCTAG|GTG 1 1 39.149
38393906 GT-AG 0 1.2797874732460168e-05 11485 Ceric.01G076100.1.v2.1 7346995 10 151888333 151899817 Ceratopteris richardii 49495 GAG|GTACTATCTG...AGGGCTTCAACT/CTAAAGCTGACT...TGCAG|GTG 0 1 42.506
38393907 GT-AG 0 1.000000099473604e-05 78 Ceric.01G076100.1.v2.1 7346995 11 151899911 151899988 Ceratopteris richardii 49495 AAG|GTCCTTTATA...GTTTTCTGGATT/TGGGGATTCATT...TGTAG|GTC 0 1 46.136
38393908 GT-AG 0 1.000000099473604e-05 87 Ceric.01G076100.1.v2.1 7346995 12 151900317 151900403 Ceratopteris richardii 49495 AAG|GTCAGAGGGT...TCATTCTAAACA/TGAGAGCTCATT...TGTAG|CCG 1 1 58.938
38393909 GT-AG 0 0.0007920178277861 96 Ceric.01G076100.1.v2.1 7346995 13 151900937 151901032 Ceratopteris richardii 49495 TTT|GTAAGTTTCC...ATTTTCTTCTCT/TCTTCTCTAAGC...TTCAG|GAA 0 1 79.742
38393910 GT-AG 0 9.344989624168984e-05 76 Ceric.01G076100.1.v2.1 7346995 14 151901265 151901340 Ceratopteris richardii 49495 ATG|GTAGTATTGA...ACACCCTTGACA/GTGATTTTAAAT...TGCAG|GTC 1 1 88.798

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