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

✎ 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
121405877 GT-AG 0 5.025777956104177e-05 617 rna-XM_024161498.1 22370827 1 141033 141649 Morus notabilis 981085 AAG|GTTTGTAATA...TTTTTTTTAATT/TTTTTTTTAATT...GGCAG|ATC 2 1 5.165
121405878 GT-AG 0 0.0001591232811094 410 rna-XM_024161498.1 22370827 2 141730 142139 Morus notabilis 981085 TGG|GTAGGTTTTA...GTATCCTTTGTG/AAAGATCTCAAT...TTTAG|TTC 1 1 9.97
121405879 GT-AG 0 0.0008195609576206 227 rna-XM_024161498.1 22370827 3 142244 142470 Morus notabilis 981085 CAG|GTATATCATT...GTCTGTTTAACT/CTGCATCTAACT...TTCAG|CCG 0 1 16.216
121405880 GT-AG 0 0.000297485110267 147 rna-XM_024161498.1 22370827 4 142539 142685 Morus notabilis 981085 AAG|GTTTGTATTT...TTTTCTTTGATC/TTTTCTTTGATC...AACAG|GTA 2 1 20.3
121405881 GT-AG 0 3.664780338885163e-05 85 rna-XM_024161498.1 22370827 5 142744 142828 Morus notabilis 981085 AAG|GTAACATGTC...CTCCCCTAAGAC/CCGATGCTCATA...TCCAG|GTT 0 1 23.784
121405882 GT-AG 0 1.000000099473604e-05 880 rna-XM_024161498.1 22370827 6 142943 143822 Morus notabilis 981085 CAG|GTATAGACAT...TTTACCTTCTCT/CCTTCTCTCAAT...TGCAG|GTC 0 1 30.631
121405883 GT-AG 0 1.000000099473604e-05 262 rna-XM_024161498.1 22370827 7 143907 144168 Morus notabilis 981085 CCT|GTAAGACTTT...TACAATTTAATA/ATGTACTTCATT...TCCAG|GTT 0 1 35.676
121405884 GT-AG 0 0.0020781255753267 437 rna-XM_024161498.1 22370827 8 144274 144710 Morus notabilis 981085 AAG|GTATGCCATT...TGTTTCCTAATA/GTATTACTGACA...ACTAG|GTG 0 1 41.982
121405885 GT-AG 0 0.0001080792589686 364 rna-XM_024161498.1 22370827 9 144825 145188 Morus notabilis 981085 GAG|GTTTGGTTCA...AGGTCTTTAATG/TAGGTCTTTAAT...AACAG|GCA 0 1 48.829
121405886 GT-AG 0 0.0222860234803691 99 rna-XM_024161498.1 22370827 10 145321 145419 Morus notabilis 981085 GAG|GTTTCTTACA...GTCCTTTTATTA/CTTTTATTAATC...GGCAG|GAG 0 1 56.757
121405887 GT-AG 0 1.000000099473604e-05 182 rna-XM_024161498.1 22370827 11 145510 145691 Morus notabilis 981085 GAG|GTTAGTTTGA...TTTGCTTTTATT/TTTGCTTTTATT...TGCAG|AAC 0 1 62.162
121405888 GT-AG 0 0.1237051697720036 578 rna-XM_024161498.1 22370827 12 145782 146359 Morus notabilis 981085 ACA|GTATGCATGC...CTTTGCTTATTA/ACTTTGCTTATT...TTCAG|TTT 0 1 67.568
121405889 GT-AG 0 1.000000099473604e-05 122 rna-XM_024161498.1 22370827 13 146570 146691 Morus notabilis 981085 CAG|GTAAAAGAAC...ATGTGATTGACA/ATGTGATTGACA...TTTAG|ATT 0 1 80.18
121405890 GC-AG 0 1.000000099473604e-05 229 rna-XM_024161498.1 22370827 14 146803 147031 Morus notabilis 981085 CAG|GCAAGAATCT...GGATTTTTACTG/TGGATTTTTACT...TGCAG|GAA 0 1 86.847
121405891 GT-AG 0 1.000000099473604e-05 100 rna-XM_024161498.1 22370827 15 147112 147211 Morus notabilis 981085 TTG|GTTAGCATAA...AATTGCTTAACT/GCTTGTTTAATT...GACAG|GTT 2 1 91.652

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