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)

12 rows where transcript_id = 19948558

✎ 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
106845795 GT-AG 0 1.000000099473604e-05 124 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 1 1748456 1748579 Lophotis ruficrista 172689 GAG|GTCAGTATGA...TTTTTCTTTTTA/ACTGAACTCATT...TACAG|ATC 0 1 9.409
106845796 GT-AG 0 1.5170647563724704e-05 1149 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 2 1747157 1748305 Lophotis ruficrista 172689 TTG|GTAGGTGTTT...GTTTTCTTTTTT/AGAATTTTAAGT...AATAG|ACC 0 1 20.35
106845797 GT-AG 0 1.000000099473604e-05 1017 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 3 1746075 1747091 Lophotis ruficrista 172689 AAG|GTTTGTAATC...GATTTTGTATTT/TCTCTACTGAAA...TTTAG|TGT 2 1 25.091
106845798 GT-AG 0 0.0004761237872279 357 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 4 1745661 1746017 Lophotis ruficrista 172689 TGT|GTAGGTATCT...TTTTGTTTAATG/TTTTGTTTAATG...TCTAG|TGA 2 1 29.249
106845799 GT-AG 0 1.000000099473604e-05 1491 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 5 1744045 1745535 Lophotis ruficrista 172689 TTG|GTAAGTGTAT...CTTCTGTTAATC/CTGTTAATCATC...CTTAG|GAG 1 1 38.366
106845800 GT-AG 0 1.000000099473604e-05 425 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 6 1743522 1743946 Lophotis ruficrista 172689 CAG|GTAGGATTAT...TTGTTCTTTACA/TTGTTCTTTACA...TGCAG|CTT 0 1 45.514
106845801 GT-AG 0 0.0017057429383687 166 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 7 1743298 1743463 Lophotis ruficrista 172689 TAG|GTATGTATGT...ATGCCCTTATAT/CCTTATATTACT...TGCAG|GTG 1 1 49.745
106845802 GT-AG 0 1.000000099473604e-05 877 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 8 1742325 1743201 Lophotis ruficrista 172689 GGG|GTAAGTACCT...TACCTTTTATTC/TAGTTTCTAACG...TTTAG|GAG 1 1 56.747
106845803 GT-AG 0 5.754631846371576e-05 270 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 9 1741855 1742124 Lophotis ruficrista 172689 GAC|GTAAGTTCAA...GATACTTTAAAC/GTTGTTCTGATA...TGCAG|GCT 0 1 71.335
106845804 GT-AG 0 1.000000099473604e-05 775 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 10 1740999 1741773 Lophotis ruficrista 172689 GAG|GTGAGTTGCT...GAAGTTTTAAAT/AATGATTTAATT...TTCAG|GTC 0 1 77.243
106845805 GT-AG 0 1.6493378374437843e-05 1617 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 11 1739305 1740921 Lophotis ruficrista 172689 AAA|GTAAGTAAAG...TCACCCTTAATG/TAGATGCTCACT...GGCAG|AAA 2 1 82.859
106845806 GT-AG 0 4.667572515519788e-05 810 rna-gnl|WGS:VWYV|LOPRUF_R13241_mrna 19948558 12 1738341 1739150 Lophotis ruficrista 172689 AAT|GTAAGTATAT...ATTTCCTTATAT/CATTTTCTGATT...TTCAG|GCT 0 1 94.092

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