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

✎ 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
121405811 GT-AG 0 1.000000099473604e-05 550 rna-XM_024161155.1 22370820 1 27513 28062 Morus notabilis 981085 AAG|GTAATAGCCG...ACTTTTATGATT/ACTTTTATGATT...TGCAG|GTC 0 1 14.188
121405812 GT-AG 0 6.675278342896442e-05 596 rna-XM_024161155.1 22370820 2 28295 28890 Morus notabilis 981085 GAG|GTATTAGTTA...TCTACCATGATA/TCTTAACTAATT...TTCAG|TGC 1 1 23.036
121405813 GT-AG 0 1.000000099473604e-05 103 rna-XM_024161155.1 22370820 3 29061 29163 Morus notabilis 981085 CAG|GTTCTATATT...TTTTCCTTATTA/TTTTTCCTTATT...TGCAG|GGG 0 1 29.519
121405814 GT-AG 0 1.000000099473604e-05 284 rna-XM_024161155.1 22370820 4 29350 29633 Morus notabilis 981085 ATG|GTAATAATTA...AACTTCTTATCT/TCTTTTTTTATA...TACAG|CTT 0 1 36.613
121405815 GC-AG 0 1.000000099473604e-05 322 rna-XM_024161155.1 22370820 5 29730 30051 Morus notabilis 981085 CAG|GCATGATATT...TATTCCATTATG/TAACATCTGACA...TGCAG|CTT 0 1 40.275
121405816 GT-AG 0 6.709236216008046e-05 114 rna-XM_024161155.1 22370820 6 30256 30369 Morus notabilis 981085 TTG|GTACGTATGT...ATTCTTCTAATG/ATTCTTCTAATG...GACAG|AAT 0 1 48.055
121405817 GT-AG 0 1.000000099473604e-05 307 rna-XM_024161155.1 22370820 7 30530 30836 Morus notabilis 981085 AAG|GTGAGTAAAT...GATTATTTAATA/GATTATTTAATA...CGCAG|ATA 1 1 54.157
121405818 GT-AG 0 0.0039608021479715 347 rna-XM_024161155.1 22370820 8 31070 31416 Morus notabilis 981085 AAG|GTATATATAT...ATATTTTTGACC/ATATTTTTGACC...TTCAG|GGT 0 1 63.043
121405819 GT-AG 0 0.0002809855852575 143 rna-XM_024161155.1 22370820 9 31535 31677 Morus notabilis 981085 ACG|GTAATTATTA...TTTGCCTTATTT/TTATTTTTAATA...TACAG|CAT 1 1 67.544
121405820 GT-AG 0 1.000000099473604e-05 127 rna-XM_024161155.1 22370820 10 31755 31881 Morus notabilis 981085 CAG|GTGATCATCT...TGACCCTTCTTT/ATAAGACTGACC...CGTAG|TTT 0 1 70.481
121405821 GT-AG 0 0.0022363244944822 179 rna-XM_024161155.1 22370820 11 31972 32150 Morus notabilis 981085 TCG|GTATGTATGT...TAATATTTAATT/TTGCTATTGATT...AACAG|GTT 0 1 73.913
121405822 GT-AG 0 0.0003707908494853 80 rna-XM_024161155.1 22370820 12 32295 32374 Morus notabilis 981085 CCT|GTATGAAGAC...ACTTACTTGATC/ATGTTATTGACT...TGCAG|ACA 0 1 79.405
121405823 GT-AG 0 1.000000099473604e-05 312 rna-XM_024161155.1 22370820 13 32681 32992 Morus notabilis 981085 CAA|GTAAGTACGT...AAATGTTTGATT/TTTGATTTCAAT...TACAG|AAG 0 1 91.076
121405824 GT-AG 0 0.0001852670758791 2149 rna-XM_024161155.1 22370820 14 33074 35222 Morus notabilis 981085 TCG|GTAAGCATAT...TTGGCTTTAAAA/ATTTTTCTCACA...AACAG|AAT 0 1 94.165

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