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)

13 rows where transcript_id = 37556868

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
207135853 GC-GT 0 1.000000099473604e-05 3436 rna-XM_026383738.1 37556868 1 9873156 9876591 Urocitellus parryii 9999 GGA|GCGGGCTGGA...TGTTTTATGACT/TGTTTTATGACT...CAGGT|CAG 2 1 20.214
207135854 GT-AG 0 1.000000099473604e-05 1302 rna-XM_026383738.1 37556868 2 9871730 9873031 Urocitellus parryii 9999 CAG|GTGAGTGTGG...TGGCTCTTAATC/TTGGCTCTTAAT...TTCAG|ATT 0 1 27.196
207135855 GT-AG 0 1.000000099473604e-05 509 rna-XM_026383738.1 37556868 3 9871096 9871604 Urocitellus parryii 9999 CTG|GTGAGCAGCC...GTGTCCCCAACC/AGGTGCTTCACT...GTTAG|GAT 2 1 34.234
207135856 GT-AG 0 1.000000099473604e-05 333 rna-XM_026383738.1 37556868 4 9870639 9870971 Urocitellus parryii 9999 ACG|GTAAGCAGGT...GCCATCTTGAGC/TACTTGGTGATC...CCTAG|TTC 0 1 41.216
207135857 GT-AG 0 1.000000099473604e-05 84 rna-XM_026383738.1 37556868 5 9870476 9870559 Urocitellus parryii 9999 ACC|GTAAGTGCAG...CTCACCTTGCAC/TACTGGCTCACT...TTTAG|GGA 1 1 45.664
207135858 GT-AG 0 1.000000099473604e-05 1937 rna-XM_026383738.1 37556868 6 9868408 9870344 Urocitellus parryii 9999 GCC|GTGAGTGTCC...CCTCCCTGGGTT/GGAGACATCACC...CACAG|CCT 0 1 53.041
207135859 GT-AG 0 1.000000099473604e-05 114 rna-XM_026383738.1 37556868 7 9868203 9868316 Urocitellus parryii 9999 CAG|GTATGGAGGC...TGGGTTTTAGTG/TTAGTGTTGAAT...TACAG|ATC 1 1 58.164
207135860 GT-AG 0 0.0619301230297485 422 rna-XM_026383738.1 37556868 8 9867659 9868080 Urocitellus parryii 9999 CAG|GTATCTCTGG...ATTCCCTGCATT/CTCCCGTTCACC...CTCAG|GTG 0 1 65.034
207135861 GT-AG 0 1.000000099473604e-05 251 rna-XM_026383738.1 37556868 9 9867324 9867574 Urocitellus parryii 9999 CTG|GTGAGGGGAC...CTTGCTGTGATG/CTTGCTGTGATG...CACAG|GTC 0 1 69.764
207135862 GT-AG 0 1.000000099473604e-05 195 rna-XM_026383738.1 37556868 10 9867048 9867242 Urocitellus parryii 9999 TTT|GTGAGTGAGA...TGTGTCTGTCTC/GGTGGAGGGACC...CCCAG|ATG 0 1 74.324
207135863 GT-AG 0 1.000000099473604e-05 289 rna-XM_026383738.1 37556868 11 9866649 9866937 Urocitellus parryii 9999 ATG|GTAGGCTGGG...AGAGTGCTAACT/AGAGTGCTAACT...CCCAG|GTC 2 1 80.518
207135864 GT-AG 0 1.000000099473604e-05 348 rna-XM_026383738.1 37556868 12 9866157 9866504 Urocitellus parryii 9999 GCA|GTCAGTCCAG...CAGGCTCTGAAG/AAGGATATGACT...TCCAG|GTT 2 1 88.626
207135865 GT-AG 0 1.769765523142438e-05 1450 rna-XM_026383738.1 37556868 13 9864530 9865979 Urocitellus parryii 9999 GAG|GTAGGCAGCC...TTCTCCTTGTCT/CTGACCCTCATC...TACAG|GAG 2 1 98.592

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