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

✎ 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
207135899 GT-AG 0 1.000000099473604e-05 123380 rna-XM_026401244.1 37556872 1 3766304 3889683 Urocitellus parryii 9999 AAG|GTGCGTGGTT...CTGTCCTTGTCA/GCCACTCTTACA...CACAG|CCT 0 1 7.79
207135900 GT-AG 0 1.000000099473604e-05 26394 rna-XM_026401244.1 37556872 2 3889854 3916247 Urocitellus parryii 9999 GAG|GTGCTTCTTC...ATGGTCTTAAGT/ATGGTCTTAAGT...CCCAG|GTG 2 1 18.056
207135901 GT-AG 0 1.000000099473604e-05 6710 rna-XM_026401244.1 37556872 3 3916347 3923056 Urocitellus parryii 9999 CAG|GTAAGGCAGC...TTTTTCTTCTTT/GTCATAATGATT...CACAG|CGT 2 1 24.034
207135902 GT-AG 0 1.0657419639062284e-05 2231 rna-XM_026401244.1 37556872 4 3923125 3925355 Urocitellus parryii 9999 ACC|GTAAGTAATA...CAACCTTTGTCT/TGGGTGCTCACT...TGCAG|CTG 1 1 28.14
207135903 GT-AG 0 1.000000099473604e-05 105 rna-XM_026401244.1 37556872 5 3925422 3925526 Urocitellus parryii 9999 AAG|GTAGGTCTGT...GATCGTTTGTCC/GTTCAGGTGATG...TGCAG|GTC 1 1 32.126
207135904 GT-AG 0 1.000000099473604e-05 8172 rna-XM_026401244.1 37556872 6 3925649 3933820 Urocitellus parryii 9999 GAG|GTGAGTGGGG...GGGTCTTTTGTT/CTCCTCCCCACA...TCCAG|GAC 0 1 39.493
207135905 GT-AG 0 1.000000099473604e-05 698 rna-XM_026401244.1 37556872 7 3933909 3934606 Urocitellus parryii 9999 GGG|GTGAGTGGGG...GGTGCCTCGAGA/GACCAAGTCAAC...TTTAG|GGT 1 1 44.807
207135906 GT-AG 0 1.000000099473604e-05 2632 rna-XM_026401244.1 37556872 8 3934692 3937323 Urocitellus parryii 9999 CAG|GTGAGTAGGA...CTTTCCTGATCC/GCTTTCCTGATC...CACAG|GAC 2 1 49.94
207135907 GT-AG 0 1.000000099473604e-05 10562 rna-XM_026401244.1 37556872 9 3937428 3947989 Urocitellus parryii 9999 TTG|GTGAGTTCCC...GGAACCCTATTA/TAGGAGGTAACC...TACAG|AAA 1 1 56.22
207135908 GT-AG 0 1.000000099473604e-05 1952 rna-XM_026401244.1 37556872 10 3948117 3950068 Urocitellus parryii 9999 CAA|GTAGGTGCAT...CACTCCTTGTCT/CCATTCCTAACA...CCCAG|GAA 2 1 63.889
207135909 GT-AG 0 1.000000099473604e-05 2918 rna-XM_026401244.1 37556872 11 3950162 3953079 Urocitellus parryii 9999 GAA|GTAAGTGCCG...TTGTCTTTGTCC/CTGTCTCTGATG...CCCAG|CAT 2 1 69.505
207135910 GT-AG 0 0.0858074811550282 490 rna-XM_026401244.1 37556872 12 3953164 3953653 Urocitellus parryii 9999 CAG|GTACCCCTAC...TATTCTTGATCC/TGGGTTCTCACC...TCCAG|AGT 2 1 74.577
207135911 GT-AG 0 1.000000099473604e-05 10072 rna-XM_026401244.1 37556872 13 3953796 3963867 Urocitellus parryii 9999 CAG|GTAAAGTCAG...CCATCCTGAGTG/TCCATCCTGAGT...CGTAG|GTG 0 1 83.152
207135912 GT-AG 0 1.000000099473604e-05 639 rna-XM_026401244.1 37556872 14 3963988 3964626 Urocitellus parryii 9999 CAG|GTAAGGGCTC...GGGGCCTTAGCC/ACCCAGCTCATC...TCTAG|CAA 0 1 90.399

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