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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
101756257 GT-AG 0 1.000000099473604e-05 2852 rna-XM_042864321.1 19079899 2 9026371 9029222 Lagopus leucura 30410 GTG|GTAAGTATGT...CTTTTCTAATCT/CCTTTTCTAATC...CATAG|CTA 0 1 2.773
101756258 GT-AG 0 1.000000099473604e-05 4310 rna-XM_042864321.1 19079899 3 9021913 9026222 Lagopus leucura 30410 AAG|GTAGGACTGT...TTCTTCTTATTC/CATATTTTCATT...TTCAG|GAA 1 1 6.437
101756259 GT-AG 0 1.000000099473604e-05 1048 rna-XM_042864321.1 19079899 4 9020791 9021838 Lagopus leucura 30410 CAG|GTAAGTGTAC...TTTTTTTTAAAT/TTTTTTTTAAAT...GACAG|GGT 0 1 8.269
101756260 GT-AG 0 1.000000099473604e-05 3524 rna-XM_042864321.1 19079899 5 9017126 9020649 Lagopus leucura 30410 CCG|GTAAGTCTGA...ATATCTGTATTT/TATATACATATT...CCTAG|TCT 0 1 11.76
101756261 GT-AG 0 5.1538773843402416e-05 13982 rna-XM_042864321.1 19079899 6 9003039 9017020 Lagopus leucura 30410 CCA|GTAAGATTCT...TCTTTTTTATTG/ATCTTTTTTATT...AATAG|CCT 0 1 14.36
101756262 GT-AG 0 1.000000099473604e-05 544 rna-XM_042864321.1 19079899 7 9002429 9002972 Lagopus leucura 30410 AGA|GTGAGTATCT...TTTGCCTTACAT/TTTTGCCTTACA...CATAG|GAA 0 1 15.994
101756263 GT-AG 0 1.48630670879618e-05 973 rna-XM_042864321.1 19079899 8 9001363 9002335 Lagopus leucura 30410 AAG|GTAAACCTGG...TTTGTATTATTT/TTTTGTATTATT...CCTAG|GAG 0 1 18.297
101756264 GT-AG 0 0.0001919049664944 2496 rna-XM_042864321.1 19079899 9 8998741 9001236 Lagopus leucura 30410 CAG|GTAAACATTT...TTTTCCTTCATT/TTTTCCTTCATT...TTTAG|CTT 0 1 21.416
101756265 GT-AG 0 0.0009056151865336 596 rna-XM_042864321.1 19079899 10 8997987 8998582 Lagopus leucura 30410 TGG|GTATGTATGC...AGTTTTTTGGCT/ATTTTTTCTACT...TGTAG|AAT 2 1 25.328
101756266 GT-AG 0 0.0004079700106932 1526 rna-XM_042864321.1 19079899 11 8996244 8997769 Lagopus leucura 30410 AAG|GTATTTACAA...ATGTTTTTACTT/TATGTTTTTACT...CGTAG|GCT 0 1 30.701
101756267 GT-AG 0 1.000000099473604e-05 1340 rna-XM_042864321.1 19079899 12 8994692 8996031 Lagopus leucura 30410 CTG|GTAAATAAAT...ACATCATTAGTA/TAGTAACTAATT...TTAAG|TTT 2 1 35.949
101756268 GT-AG 0 1.000000099473604e-05 3998 rna-XM_042864321.1 19079899 13 8990090 8994087 Lagopus leucura 30410 CCG|GTAAGAAAAA...TGAACCTTATTT/CTGAACCTTATT...CACAG|CTC 0 1 50.904
101756269 GT-AG 0 1.000000099473604e-05 13487 rna-XM_042864321.1 19079899 14 8976354 8989840 Lagopus leucura 30410 CAG|GTGAATAAGT...TATTCCTGAATT/GAATTTTTCACC...TTAAG|GTA 0 1 57.069
101756270 GT-AG 0 1.3922698012222832e-05 970 rna-XM_042864321.1 19079899 15 8974119 8975088 Lagopus leucura 30410 AAG|GTAACACAGT...TTTTTCTTCATT/TTTTTCTTCATT...TTAAG|GTT 2 1 88.388
101760764 GT-AG 0 1.000000099473604e-05 19336 rna-XM_042864321.1 19079899 1 9029383 9048718 Lagopus leucura 30410 CAG|GTGAGGAGAC...CTGCTCTTATTC/TCTGCTCTTATT...TGCAG|CCA   0 1.065

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