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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
108234901 GT-AG 0 0.2916467716973871 87 rna-XM_019604322.1 20211479 1 20059477 20059563 Lupinus angustifolius 3871 AAG|GTATCATATT...TTTTTTTTAAAT/TTTTTTTTAAAT...TTTAG|AGT 1 1 10.599
108234902 GT-AG 0 1.000000099473604e-05 520 rna-XM_019604322.1 20211479 2 20058889 20059408 Lupinus angustifolius 3871 CAG|GTGATTTTTA...ATTTTTATGATG/ATTTTTATGATG...AACAG|AGT 0 1 12.776
108234903 GT-AG 0 1.000000099473604e-05 155 rna-XM_019604322.1 20211479 3 20057531 20057685 Lupinus angustifolius 3871 AAG|GTGAGCTCCT...ACTGTCTTAATT/ACATTATTTACT...AGCAG|GTG 0 1 51.297
108234904 GT-AG 0 2.1923978853924213e-05 89 rna-XM_019604322.1 20211479 4 20057381 20057469 Lupinus angustifolius 3871 CAG|GTATTAGGAC...CATTTCTTATTT/ACATTTCTTATT...TCCAG|GTG 1 1 53.25
108234905 GT-AG 0 8.938512877026423e-05 606 rna-XM_019604322.1 20211479 5 20056712 20057317 Lupinus angustifolius 3871 AAT|GTAAACAACA...GGTTCCTAACCT/GGGTTCCTAACC...TACAG|GTC 1 1 55.267
108234906 GT-AG 0 2.734375759650012e-05 88 rna-XM_019604322.1 20211479 6 20056560 20056647 Lupinus angustifolius 3871 TGG|GTAAGTATTA...TCATTTTTATTT/GTCATTTTTATT...TGCAG|AGG 2 1 57.317
108234907 GT-AG 0 1.000000099473604e-05 365 rna-XM_019604322.1 20211479 7 20056101 20056465 Lupinus angustifolius 3871 GAG|GTAATTGTTT...TTCCCCTTCTCA/ATGGAACTAATT...TGTAG|GTT 0 1 60.327
108234908 GT-AG 0 1.000000099473604e-05 98 rna-XM_019604322.1 20211479 8 20055919 20056016 Lupinus angustifolius 3871 GAG|GTAAAATTTC...ATGCATTTATCT/ATTTATCTCAGA...TGTAG|GGA 0 1 63.016
108234909 GT-AG 0 1.000000099473604e-05 108 rna-XM_019604322.1 20211479 9 20055721 20055828 Lupinus angustifolius 3871 ATG|GTTAGGTTCT...ATAACCTTATAA/TCTAGTCTAAAT...TCCAG|GAT 0 1 65.898
108234910 GT-AG 0 0.0054285577255827 417 rna-XM_019604322.1 20211479 10 20055276 20055692 Lupinus angustifolius 3871 GAA|GTAAGCTTCA...ATCTGCTTAATT/ATCTGCTTAATT...CTCAG|GTA 1 1 66.795
108234911 GT-AG 0 1.000000099473604e-05 81 rna-XM_019604322.1 20211479 11 20054676 20054756 Lupinus angustifolius 3871 GAG|GTGTGATTCT...TAGTTATTACTA/TTAGTTATTACT...TACAG|GGG 1 1 83.413
108234912 GT-AG 0 1.000000099473604e-05 747 rna-XM_019604322.1 20211479 12 20053867 20054613 Lupinus angustifolius 3871 GAG|GTAAGATCTC...ATGGTTTTAATT/ATGGTTTTAATT...ATCAG|GTT 0 1 85.399
108234913 GT-AG 0 0.0003587548629025 75 rna-XM_019604322.1 20211479 13 20053682 20053756 Lupinus angustifolius 3871 ACA|GTAAATATCA...TAACCTTTATTT/TTAGCTTTCATT...TGCAG|GAA 2 1 88.921
108234914 GT-AG 0 1.000000099473604e-05 446 rna-XM_019604322.1 20211479 14 20053148 20053593 Lupinus angustifolius 3871 TTG|GTAATTCATT...TATTGCTTATTT/TATTGATTCACT...TGCAG|GAG 0 1 91.739

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