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

✎ 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
190420633 GT-AG 0 0.0005533479829885 83391 rna-XM_035354747.1 34009292 1 187112 270502 Stegodyphus dumicola 202533 ACG|GTATGTGTGC...ATTGTCTTCATA/ATTGTCTTCATA...TCCAG|GTA 2 1 0.545
190420634 GT-AG 0 1.000000099473604e-05 88176 rna-XM_035354747.1 34009292 2 98669 186844 Stegodyphus dumicola 202533 TGG|GTAAGTGTTA...GAAATTTTAAAT/GAAATTTTAAAT...TTCAG|TCT 2 1 2.296
190420635 GT-AG 0 0.1006107288601415 13224 rna-XM_035354747.1 34009292 3 85265 98488 Stegodyphus dumicola 202533 AAG|GTATACTAAC...TTTTTCTTAGTA/TTTTTTCTTAGT...TTTAG|GAA 2 1 3.477
190420636 GT-AG 0 5.961604428131516e-05 6144 rna-XM_035354747.1 34009292 4 78740 84883 Stegodyphus dumicola 202533 TGC|GTGAGCTAAC...TTTTTTTTAACA/TTTTTTTTAACA...TTTAG|TGC 2 1 5.977
190420637 GT-AG 0 6.776401178026043e-05 85 rna-XM_035354747.1 34009292 5 78398 78482 Stegodyphus dumicola 202533 CAG|GTAAATTTTA...GAGTCATTATTT/ATGTTATTTATG...TACAG|ATA 1 1 7.663
190420638 GT-AG 0 1.000000099473604e-05 6024 rna-XM_035354747.1 34009292 6 72262 78285 Stegodyphus dumicola 202533 AAA|GTAAGTAGCA...ATAGTTTTAAAA/TTAAAATTTATC...TTTAG|GCC 2 1 8.397
190420639 GT-AG 0 1.000000099473604e-05 4602 rna-XM_035354747.1 34009292 7 67422 72023 Stegodyphus dumicola 202533 ATA|GTAAGTGGGC...GTTACTTTAAAT/GTTACTTTAAAT...CATAG|GAA 0 1 9.959
190420640 GT-AG 0 1.000000099473604e-05 8399 rna-XM_035354747.1 34009292 8 58669 67067 Stegodyphus dumicola 202533 CAG|GTAATGAAAT...TGCATTTTAATA/AATTTTTTCATT...CAAAG|GTG 0 1 12.281
190420641 GT-AG 0 1.000000099473604e-05 3053 rna-XM_035354747.1 34009292 9 55470 58522 Stegodyphus dumicola 202533 TCG|GTACGGAAGG...ATCTCTGTAATT/ATCTCTGTAATT...AACAG|GGA 2 1 13.239
190420642 GT-AG 0 0.0123468555905252 5925 rna-XM_035354747.1 34009292 10 49368 55292 Stegodyphus dumicola 202533 TCG|GTATGTATTT...TGTGCTTTATTC/TCTTTTCTTATG...ATTAG|GTA 2 1 14.4
190420643 GT-AG 0 1.000000099473604e-05 3200 rna-XM_035354747.1 34009292 11 35619 38818 Stegodyphus dumicola 202533 GAG|GTGAATATAA...AATATGTTATCT/CATATAATTATT...TCTAG|CTT 0 1 83.606
190420644 GT-AG 0 1.4657450336921944e-05 1705 rna-XM_035354747.1 34009292 12 33542 35246 Stegodyphus dumicola 202533 GTG|GTAATATTTT...TGTTTCTAAAAC/GTGTTTCTAAAA...CACAG|CTT 0 1 86.046
190420645 GT-AG 0 1.000000099473604e-05 4017 rna-XM_035354747.1 34009292 13 27887 31903 Stegodyphus dumicola 202533 CAA|GTAGAGAAGA...TTTATTTTAATA/TTTATTTTAATA...AATAG|CGT 0 1 96.792
190420646 GT-AG 0 0.001992567781412 1785 rna-XM_035354747.1 34009292 14 25901 27685 Stegodyphus dumicola 202533 CAG|GTATATTTAC...TTGCCCTTCCAT/TCCATTGTCATC...TGTAG|GTA 0 1 98.111
190420647 GT-AG 0 1.000000099473604e-05 9947 rna-XM_035354747.1 34009292 15 15795 25741 Stegodyphus dumicola 202533 CAG|GTGAGTAAAT...TTTTCTTTTGTT/GTATTTGTCATT...TATAG|CCT 0 1 99.154

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