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

✎ 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
83762368 GT-AG 0 1.000000099473604e-05 83 rna-XM_014774549.3 15495773 1 38583741 38583823 Glycine max 3847 CAG|GTAATTGAAA...CTATTCGTAACA/ATAACATTTATG...TGAAG|TGG 2 1 7.601
83762369 GT-AG 0 2.746583812026648e-05 88 rna-XM_014774549.3 15495773 2 38584115 38584202 Glycine max 3847 CAG|GTAATTTAGA...CGTCTCTTAAAA/ATGAAATTTATA...TGAAG|TGT 2 1 11.293
83762370 GT-AG 0 0.0003031808116162 92 rna-XM_014774549.3 15495773 3 38584311 38584402 Glycine max 3847 CCG|GTAATTTCAC...AACTTCTTAACA/AACTTCTTAACA...CAAAG|AGG 2 1 12.663
83762371 GT-AG 0 1.000000099473604e-05 790 rna-XM_014774549.3 15495773 4 38584508 38585297 Glycine max 3847 CAA|GTAATGAAAC...TGAACCTTTTCA/AACCTTTTCATT...TGTAG|GAA 2 1 13.996
83762372 GT-AG 0 0.0002001421302865 258 rna-XM_014774549.3 15495773 5 38586403 38586660 Glycine max 3847 ACT|GTAAGTCCTT...TACCCTTTAATT/GTATATTTTACC...CATAG|GGA 0 1 28.017
83762373 GT-AG 0 0.0006008644561737 2772 rna-XM_014774549.3 15495773 6 38586937 38589708 Glycine max 3847 CAG|GTATTAATTT...ATTTTTTTAGTT/TTATCTCTAATT...TGCAG|TTG 0 1 31.519
83762374 GT-AG 0 0.0120901091483818 1664 rna-XM_014774549.3 15495773 7 38590513 38592176 Glycine max 3847 CAG|GTATCACTCT...AATGCATTGATC/TATATTTTCATT...TACAG|AAT 0 1 41.721
83762375 AT-AG 0 0.0005286064693466 7967 rna-XM_014774549.3 15495773 9 38592601 38600567 Glycine max 3847 TTT|ATAATTATTT...AATTTCTAAAAC/AAATTTCTAAAA...AACAG|ATG 2 1 47.075
83762376 GT-AG 0 1.000000099473604e-05 126 rna-XM_014774549.3 15495773 10 38600740 38600865 Glycine max 3847 CCG|GTAAAGCTTC...AGAGCATTACAA/AAGAGCATTACA...TCCAG|AAT 0 1 49.258
83762377 GT-AG 0 1.000000099473604e-05 1367 rna-XM_014774549.3 15495773 11 38601013 38602379 Glycine max 3847 AGT|GTGAGAGACA...ATAGGCTTAGAA/AGAAGTTTCACA...CGTAG|CTT 0 1 51.123
83762378 GT-AG 0 1.000000099473604e-05 86 rna-XM_014774549.3 15495773 12 38603357 38603442 Glycine max 3847 CAG|GTAATTTAAC...AAATTCATAACA/ATCAAATTCATA...TCAAG|TGG 2 1 63.52
83762379 GT-AG 0 1.000000099473604e-05 842 rna-XM_014774549.3 15495773 13 38603554 38604395 Glycine max 3847 CAG|GTAATTTAAA...CTAATTTTGATG/CTAATTTTGATG...TGTAG|GAA 2 1 64.928
83762380 GT-AG 0 1.000000099473604e-05 84 rna-XM_014774549.3 15495773 14 38605501 38605584 Glycine max 3847 AGT|GTAAGACCTA...TTCATTTTACAT/CATACTTTCATT...CACAG|GGA 0 1 78.949
83762381 GT-AG 0 0.0005787673379791 775 rna-XM_014774549.3 15495773 15 38605861 38606635 Glycine max 3847 CTG|GTATTAATTT...TTTTCTGTAACA/AAGCTTCTCATT...TCCAG|TTG 0 1 82.451
83762382 GT-AG 0 0.0042116326870471 1329 rna-XM_014774549.3 15495773 16 38607476 38608804 Glycine max 3847 CAG|GTCTCTATCT...ATACTTTCAATT/TTTCAATTTATT...TCCAG|AAT 0 1 93.11

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