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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
89670434 GT-AG 0 1.000000099473604e-05 4810 rna-XM_010561133.1 16823374 1 24968146 24972955 Haliaeetus leucocephalus 52644 TGG|GTAAGGGACA...CATTTCTTGAGT/CTTGAGTTGACT...TGCAG|GCC 1 1 4.263
89670435 GT-AG 0 1.000000099473604e-05 10851 rna-XM_010561133.1 16823374 2 24973121 24983971 Haliaeetus leucocephalus 52644 TCT|GTAAGTAAAG...TCTGCTTTCTTT/ATGAGACTGACT...CACAG|TCT 1 1 11.296
89670436 GT-AG 1 99.08137638038438 4870 rna-XM_010561133.1 16823374 3 24984201 24989070 Haliaeetus leucocephalus 52644 ACA|GTATCCTTTG...ATTTCCTTACAT/GATTTCCTTACA...TGCAG|CTG 2 1 21.057
89670437 GT-AG 0 1.000000099473604e-05 4332 rna-XM_010561133.1 16823374 4 24989201 24993532 Haliaeetus leucocephalus 52644 CAG|GTAATGAGAG...CACTCCTTCTCC/AAGGTTTTCACT...TACAG|CAC 0 1 26.598
89670438 GT-AG 0 1.000000099473604e-05 1131 rna-XM_010561133.1 16823374 5 24993762 24994892 Haliaeetus leucocephalus 52644 GAG|GTAGGTTGGA...GTCTATTTATCT/TGTCTATTTATC...GGCAG|CCA 1 1 36.36
89670439 GT-AG 0 1.000000099473604e-05 1755 rna-XM_010561133.1 16823374 6 24995095 24996849 Haliaeetus leucocephalus 52644 CAG|GTAATGTATG...GGTCCCTTCTTT/TTAGAACCCAAC...TCCAG|AGC 2 1 44.97
89670440 GT-AG 0 1.000000099473604e-05 1059 rna-XM_010561133.1 16823374 7 24996995 24998053 Haliaeetus leucocephalus 52644 AAA|GTAAGGACGA...AATTCACTGATG/GCAGAATTCACT...TCTAG|ACC 0 1 51.151
89670441 GT-AG 0 1.000000099473604e-05 7770 rna-XM_010561133.1 16823374 8 24998204 25005973 Haliaeetus leucocephalus 52644 GAG|GTAAGCAAGG...CTTTTCTAATCA/CCTTTTCTAATC...TGCAG|CAA 0 1 57.545
89670442 GT-AG 0 1.000000099473604e-05 1783 rna-XM_010561133.1 16823374 9 25006142 25007924 Haliaeetus leucocephalus 52644 AAA|GTAAGTAAAA...AACCTCTTGCTC/TTGAGTATGACT...TTTAG|AGT 0 1 64.706
89670443 GT-AG 0 0.0006476070782711 319 rna-XM_010561133.1 16823374 10 25008082 25008400 Haliaeetus leucocephalus 52644 CTG|GTATGTATGT...ATTTTCTTCTTT/CCATCTCTGAAA...TGTAG|GAA 1 1 71.398
89670444 GT-AG 0 1.000000099473604e-05 1874 rna-XM_010561133.1 16823374 11 25008518 25010391 Haliaeetus leucocephalus 52644 TCG|GTGGGTGCAA...TACCCATTGATT/GATTTATTTATT...TGCAG|TTG 1 1 76.385
89670445 GT-AG 0 1.000000099473604e-05 539 rna-XM_010561133.1 16823374 12 25010571 25011109 Haliaeetus leucocephalus 52644 AAA|GTAAGAATAG...TCTTCCTTTGTT/CCTCTTCTAATG...CGCAG|ATC 0 1 84.015
89670446 GT-AG 0 1.000000099473604e-05 3112 rna-XM_010561133.1 16823374 13 25011243 25014354 Haliaeetus leucocephalus 52644 ATG|GTAAGGGGTT...CCTTCCTTGTTT/GCAGCTCTGATC...CCCAG|GCT 1 1 89.685
89670447 GT-AG 0 1.000000099473604e-05 381 rna-XM_010561133.1 16823374 14 25014505 25014885 Haliaeetus leucocephalus 52644 AAG|GTAAGGCCCT...AATATTTTTCCA/TATTTTTCCAGT...TCCAG|GTT 1 1 96.078

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