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

✎ 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
171389314 GT-AG 0 0.0362257399967461 258 rna-XM_017870627.1 30677650 1 436407 436664 Rhinopithecus bieti 61621 TTG|GTAACCTCAG...CTGCCTCTATCT/GTGCGAGTCACC...TCCAG|TCA 1 1 1.442
171389315 GT-AG 0 1.000000099473604e-05 197 rna-XM_017870627.1 30677650 2 436701 436897 Rhinopithecus bieti 61621 CAG|GTAAGGCAGC...TTCTCTTTACCC/CTTCTCTTTACC...CCCAG|CTC 1 1 2.846
171389316 GT-AG 0 1.000000099473604e-05 227 rna-XM_017870627.1 30677650 3 436934 437160 Rhinopithecus bieti 61621 TGG|GTAAGGAAGA...TGGGCTTTGACT/TGGGCTTTGACT...TGCAG|ACT 1 1 4.25
171389317 GT-AG 0 1.000000099473604e-05 395 rna-XM_017870627.1 30677650 4 437324 437718 Rhinopithecus bieti 61621 GAC|GTGAGTATTC...TCAACCTAACCT/GTCAACCTAACC...CGCAG|GAA 2 1 10.604
171389318 GT-AG 0 1.000000099473604e-05 2904 rna-XM_017870627.1 30677650 5 438000 440903 Rhinopithecus bieti 61621 CAG|GTGAGACGTC...GACACCATACCT/ACCTGCCTCACA...CCCAG|ATC 1 1 21.559
171389319 GT-AG 0 1.000000099473604e-05 1632 rna-XM_017870627.1 30677650 6 441071 442702 Rhinopithecus bieti 61621 CAG|GTGAGGGAAG...GACCCCTTGACA/CCTGGGCTGACC...ACTAG|GGT 0 1 28.07
171389320 GT-AG 0 1.000000099473604e-05 116 rna-XM_017870627.1 30677650 7 442950 443065 Rhinopithecus bieti 61621 CTG|GTGAGTGGGC...GGTCTCTCGCCT/CTGGGAGTGATT...CTCAG|AGT 1 1 37.7
171389321 GT-AG 0 1.000000099473604e-05 349 rna-XM_017870627.1 30677650 8 443196 443544 Rhinopithecus bieti 61621 GTA|GTGAGTGAAA...CGCCCCCTATCC/TTTCTAGCCACG...CGCAG|CCC 2 1 42.768
171389322 GT-AG 0 1.000000099473604e-05 92 rna-XM_017870627.1 30677650 9 443802 443893 Rhinopithecus bieti 61621 GGG|GTGAGCTGGG...TGGGCCTCAGCG/CTGGGCCTCAGC...TCCAG|AAC 1 1 52.788
171389323 GT-AG 0 1.000000099473604e-05 512 rna-XM_017870627.1 30677650 10 444058 444569 Rhinopithecus bieti 61621 TGG|GTAAGCGGCG...TGCACTTTGTTG/ATTCTCTGCACA...TGCAG|AAT 0 1 59.181
171389324 GT-AG 0 1.000000099473604e-05 112 rna-XM_017870627.1 30677650 11 444808 444919 Rhinopithecus bieti 61621 GTG|GTGAGCAGGA...GGGGCCCCAACT/CCCCAACTAAGG...CCTAG|CCT 1 1 68.46
171389325 GT-AG 0 1.000000099473604e-05 708 rna-XM_017870627.1 30677650 12 445062 445769 Rhinopithecus bieti 61621 CAG|GTGGGTCTTA...TGGGCCTTGTTC/CAGAAGGTTACA...AACAG|GCC 2 1 73.996
171389326 GT-AG 0 1.000000099473604e-05 76 rna-XM_017870627.1 30677650 13 446036 446111 Rhinopithecus bieti 61621 GAG|GTGAGACTCC...GAGCCCTGGAAC/CCTGGAACAAGT...CCCAG|TCC 1 1 84.366
171389327 GT-AG 0 1.000000099473604e-05 574 rna-XM_017870627.1 30677650 14 446234 446807 Rhinopithecus bieti 61621 GAG|GTAAAGGGGC...ATGGCCTCGCTC/CTCGCTCCGACT...TGCAG|ATG 0 1 89.123

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