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

✎ 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
122608510 GT-AG 0 1.000000099473604e-05 34215 rna-XM_021202042.2 22607929 1 68406327 68440541 Mus pahari 10093 AAG|GTGAGCGATC...AATATTTTATTT/AAATATTTTATT...TTAAG|TAC 1 1 4.722
122608511 GT-AG 0 4.35337870866747e-05 20547 rna-XM_021202042.2 22607929 2 68440634 68461180 Mus pahari 10093 AAG|GTAACTGCAA...GAGCTATTAATT/ATCATTTTCATA...TACAG|ATC 0 1 6.842
122608512 GT-AG 0 1.000000099473604e-05 2820 rna-XM_021202042.2 22607929 3 68461274 68464093 Mus pahari 10093 AAG|GTAATGCATG...AGTATTTTAATC/AGTATTTTAATC...TTCAG|TAT 0 1 8.984
122608513 GT-AG 0 0.5184870571457155 14797 rna-XM_021202042.2 22607929 4 68464300 68479096 Mus pahari 10093 CAG|GTACCTTTAT...ATTTCCTAGACT/AAGATTTTTATG...TTTAG|AAA 2 1 13.73
122608514 GT-AG 0 0.0029404337328703 9309 rna-XM_021202042.2 22607929 5 68479252 68488560 Mus pahari 10093 AAG|GTTTTTTTGT...TTTTTTTTAACC/TTTTTTTTAACC...TTTAG|AGG 1 1 17.3
122608515 GT-AG 0 1.91886129835259e-05 1997 rna-XM_021202042.2 22607929 6 68490333 68492329 Mus pahari 10093 AAG|GTAAAATTTC...TCATTTTTAATT/AATTATCTCATT...GTAAG|GTA 0 1 58.12
122608516 GT-AG 0 0.0011266990071057 4476 rna-XM_021202042.2 22607929 7 68492537 68497012 Mus pahari 10093 CTA|GTACGTACCT...ATTGTTTTAACA/ATTGTTTTAACA...TTCAG|ATT 0 1 62.889
122608517 GT-AG 0 1.000000099473604e-05 1204 rna-XM_021202042.2 22607929 8 68497118 68498321 Mus pahari 10093 CAT|GTACGACCCC...ATGGTTGTATTC/TGAAAAATAACA...GTCAG|AAA 0 1 65.308
122608518 GT-AG 0 1.780671136762991e-05 3381 rna-XM_021202042.2 22607929 9 68498402 68501782 Mus pahari 10093 AAG|GTAAATTGAT...TTATTTTTAGCT/TTGATCTTGATT...TTAAG|GAA 2 1 67.15
122608519 GT-AG 0 0.0001079583732169 1633 rna-XM_021202042.2 22607929 10 68501838 68503470 Mus pahari 10093 CAA|GTAAGTTTCT...ACACTTTTATCT/TACACTTTTATC...TAAAG|GAG 0 1 68.417
122608520 GT-AG 0 1.000000099473604e-05 1197 rna-XM_021202042.2 22607929 11 68503581 68504777 Mus pahari 10093 CAG|GTATGAAGGA...AGGGTCTGATCA/TAGGGTCTGATC...TTTAG|ATT 2 1 70.951
122608521 GT-AG 0 3.467214009017261e-05 1736 rna-XM_021202042.2 22607929 12 68504846 68506581 Mus pahari 10093 GAG|GTATGTGTTT...ATGTAGTTACCT/CATGTAGTTACC...TTCAG|GAG 1 1 72.518
122608522 GT-AG 0 0.0002861607939373 1294 rna-XM_021202042.2 22607929 13 68506790 68508083 Mus pahari 10093 CGG|GTATGTGTGT...ACCATCGTGATG/CAAACACTTAAG...GACAG|ATC 2 1 77.309
122608523 GT-AG 0 1.000000099473604e-05 919 rna-XM_021202042.2 22607929 14 68508311 68509229 Mus pahari 10093 CTG|GTAAAAATCC...ATTTTTTTATTT/AATTTTTTTATT...TACAG|AAA 1 1 82.539
122608524 GT-AG 0 1.000000099473604e-05 4028 rna-XM_021202042.2 22607929 15 68509419 68513446 Mus pahari 10093 AAG|GTAAATGGTG...AACAGCTTAAAT/AATGTGTTTATG...TCTAG|AGA 1 1 86.892

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