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

✎ 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
112209460 GT-AG 0 1.000000099473604e-05 13635 rna-XM_027949221.2 20937011 1 30999486 31013120 Marmota flaviventris 93162 CTG|GTGAGCCCAC...TTTGCCTCATTT/TTTTGCCTCATT...TACAG|ACA 1 1 7.633
112209461 GT-AG 0 0.0001731789749622 4596 rna-XM_027949221.2 20937011 2 31013204 31017799 Marmota flaviventris 93162 ACT|GTAAGTTGTT...TTTGTTCTAACA/TTTGTTCTAACA...AACAG|GTT 0 1 10.817
112209462 GT-AG 0 3.2294285316789386e-05 953 rna-XM_027949221.2 20937011 3 31017908 31018860 Marmota flaviventris 93162 CAG|GTATTACCTT...TGATTATTAACA/GTTTGACTCATC...TATAG|GTT 0 1 14.96
112209463 GT-AG 0 6.74233361094487e-05 4634 rna-XM_027949221.2 20937011 4 31018975 31023608 Marmota flaviventris 93162 ACT|GTAAGTATCT...TGTTTATTATTT/AATGTGTTTATT...TAAAG|AAT 0 1 19.333
112209464 GT-AG 0 1.000000099473604e-05 10234 rna-XM_027949221.2 20937011 5 31023762 31033995 Marmota flaviventris 93162 AAG|GTAATGGATG...TAAACTTTGAAG/TTAAATATTATT...CTTAG|GGC 0 1 25.201
112209465 GT-AG 0 1.000000099473604e-05 2860 rna-XM_027949221.2 20937011 6 31034181 31037040 Marmota flaviventris 93162 CAT|GTAAGAGTGA...CAATTTTTAAAG/TAATATTTAACT...GACAG|AGA 2 1 32.298
112209466 GT-AG 0 1.000000099473604e-05 3118 rna-XM_027949221.2 20937011 7 31037808 31040925 Marmota flaviventris 93162 AAG|GTAAGCGTCA...TACTGTTTGGCT/TTGGCTCTCAAT...TCTAG|GTT 1 1 61.718
112209467 GT-AG 0 1.000000099473604e-05 3079 rna-XM_027949221.2 20937011 8 31041095 31044173 Marmota flaviventris 93162 AAG|GTAAAGTAGA...ACTCCCTTGTTC/ATGTAGTTAACA...AATAG|GAC 2 1 68.201
112209468 GT-AG 0 1.000000099473604e-05 16300 rna-XM_027949221.2 20937011 9 31044337 31060636 Marmota flaviventris 93162 GAG|GTAAGAAGAA...ATTTTCTCAACT/AATTTTCTCAAC...TTCAG|GTA 0 1 74.453
112209469 GT-AG 0 0.002230299060991 1831 rna-XM_027949221.2 20937011 10 31060718 31062548 Marmota flaviventris 93162 CAG|GTGCCCCTTT...TTTATATTAATG/TTGGTATTTACT...TTTAG|ATT 0 1 77.56
112209470 GT-AG 0 6.253796222765402e-05 743 rna-XM_027949221.2 20937011 11 31062675 31063417 Marmota flaviventris 93162 AAG|GTATGATGTG...TGAATATTGACA/TGAATATTGACA...CTAAG|CTT 0 1 82.394
112209471 GT-AG 0 1.000000099473604e-05 6931 rna-XM_027949221.2 20937011 12 31063571 31070501 Marmota flaviventris 93162 CAG|GTATGAAAAA...CTTTTTTTTATC/CTTTTTTTTATC...CTTAG|GTT 0 1 88.262
112209472 GT-AG 0 1.000000099473604e-05 1042 rna-XM_027949221.2 20937011 13 31070598 31071639 Marmota flaviventris 93162 GAG|GTAAGGACAA...TCATTTTTATCT/ATCATTTTTATC...TGTAG|GTC 0 1 91.945
112209473 GT-AG 0 9.668802219306665e-05 4571 rna-XM_027949221.2 20937011 14 31071714 31076284 Marmota flaviventris 93162 AGG|GTAAGCCTCT...AATTTTTTATTT/AAATTTTTTATT...TGCAG|AGG 2 1 94.783

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