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

✎ 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
122791474 GT-AG 0 0.0004552758431098 67 rna-XM_009420243.2 22631571 1 21658282 21658348 Musa acuminata 4641 CAG|GTACCGGAAC...TCCTCTTTGATC/TCCTCTTTGATC...GGCAG|CCA 1 1 4.125
122791475 GT-AG 0 0.0003740933784212 99 rna-XM_009420243.2 22631571 2 21658494 21658592 Musa acuminata 4641 TCG|GTCCCACTCG...TCATTTTTGCCT/GTGAGTATCACA...CACAG|TTC 2 1 5.868
122791476 GT-AG 0 0.0001336807179643 88 rna-XM_009420243.2 22631571 3 21658706 21658793 Musa acuminata 4641 AAG|GTACAGTTCG...TTTTTCATATTT/TTCTTTTTCATA...CACAG|ATG 1 1 7.227
122791477 GT-AG 0 1.000000099473604e-05 102 rna-XM_009420243.2 22631571 4 21659126 21659227 Musa acuminata 4641 ATG|GTAGGTCAGT...TTGTTTTTATGT/CTTGTTTTTATG...AACAG|GCT 0 1 11.219
122791478 GT-AG 0 0.0006633768142467 1389 rna-XM_009420243.2 22631571 5 21659353 21660741 Musa acuminata 4641 CAG|GTATGCCAAG...TGTTTCTTTTCT/TCTTTTCTAAAG...TGCAG|AAA 2 1 12.722
122791479 GT-AG 0 1.000000099473604e-05 76 rna-XM_009420243.2 22631571 6 21660887 21660962 Musa acuminata 4641 CAG|GTCAATCTAT...TATTGTTTAATT/TATTGTTTAATT...ATCAG|GTA 0 1 14.466
122791480 GT-AG 0 1.000000099473604e-05 106 rna-XM_009420243.2 22631571 7 21661539 21661644 Musa acuminata 4641 CAG|GTTCGCCGAT...TCTTTGTTAACT/TCTTTGTTAACT...TACAG|GCA 0 1 21.392
122791481 GT-AG 0 1.000000099473604e-05 1423 rna-XM_009420243.2 22631571 8 21661721 21663143 Musa acuminata 4641 AAG|GTGCGGTCCT...ATCATCCTATTG/CCTATTGTCAAT...TTCAG|GTG 1 1 22.306
122791482 GT-AG 0 1.000000099473604e-05 728 rna-XM_009420243.2 22631571 9 21663493 21664220 Musa acuminata 4641 AGA|GTGAGTAGAT...GTCATCTTATTG/TGTCATCTTATT...TACAG|GTC 2 1 26.503
122791483 GT-AG 0 1.000000099473604e-05 89 rna-XM_009420243.2 22631571 10 21665475 21665563 Musa acuminata 4641 GAG|GTGATAAATT...TTCTTGTTATTT/GTTCTTGTTATT...TTCAG|GAC 2 1 41.582
122791484 GT-AG 0 7.590373583403233e-05 79 rna-XM_009420243.2 22631571 11 21668874 21668952 Musa acuminata 4641 AGG|GTAAACAAAA...TTTTTTTTATTT/TATTTTCTAATT...GTCAG|ATC 0 1 81.385
122791485 GT-AG 0 0.0021032064273881 722 rna-XM_009420243.2 22631571 12 21669520 21670241 Musa acuminata 4641 AAG|GTACCAATCA...TGTTCCATGATA/TCCATGATAATC...TTCAG|GTG 0 1 88.203
122791486 GT-AG 0 1.3513369806277048e-05 65 rna-XM_009420243.2 22631571 13 21670860 21670924 Musa acuminata 4641 CAG|GTAAATTCTA...TTATTTTTGCCT/ATGGTATTTATT...TGCAG|AAC 0 1 95.635
122791487 GT-AG 0 1.488474119026077e-05 111 rna-XM_009420243.2 22631571 14 21671120 21671230 Musa acuminata 4641 CAG|GTTTGTTATA...TAGGTTTTGTCT/TTTTGTCTAATG...TTCAG|AGG 0 1 97.98

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