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

✎ 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
106496756 GT-AG 0 1.6019693950842438e-05 6034 rna-XM_021541968.2 19905850 2 49236592 49242625 Lonchura striata 40157 GAG|GTAAGTTTAT...TATTGCTTAATA/ATAGTATTTATT...TACAG|GTT 0 1 62.544
106496757 GT-AG 0 1.000000099473604e-05 9691 rna-XM_021541968.2 19905850 3 49242867 49252557 Lonchura striata 40157 CAG|GTAAAGTATG...ACTTATTTAACA/AGTTAACTTATT...TTCAG|TTG 1 1 67.26
106496758 GT-AG 0 1.000000099473604e-05 80215 rna-XM_021541968.2 19905850 4 49252765 49332979 Lonchura striata 40157 ACC|GTAAGTCCCA...ACATTTTTTATG/ACATTTTTTATG...TGCAG|GTT 1 1 71.311
106496759 GT-AG 0 1.000000099473604e-05 8195 rna-XM_021541968.2 19905850 5 49333142 49341336 Lonchura striata 40157 CTG|GTAAGTGCTC...CTACCTTTGATT/CTACCTTTGATT...AACAG|GTG 1 1 74.481
106496760 GT-AG 0 0.0004903149823111 5029 rna-XM_021541968.2 19905850 6 49341436 49346464 Lonchura striata 40157 CAG|GTATTTATGA...GTGACCTGAATA/CGTGACCTGAAT...TGTAG|GAC 1 1 76.419
106496761 GT-AG 0 1.000000099473604e-05 25633 rna-XM_021541968.2 19905850 7 49346674 49372306 Lonchura striata 40157 CAG|GTAAGTGCAA...TAAACCTGGATA/ACTATACATATT...AACAG|AAT 0 1 80.509
106496762 GT-AG 0 1.000000099473604e-05 6792 rna-XM_021541968.2 19905850 8 49372374 49379165 Lonchura striata 40157 TTG|GTAAGTAGTA...GTGGTCTTGTCT/ACTGTGAGGACT...CACAG|ACC 1 1 81.82
106496763 GT-AG 0 1.000000099473604e-05 3442 rna-XM_021541968.2 19905850 9 49379381 49382822 Lonchura striata 40157 CAG|GTCAGTCTCC...GAGTCCATGTCT/TCTGTGCTCACT...AACAG|GTG 0 1 86.027
106496764 GT-AG 0 1.000000099473604e-05 1757 rna-XM_021541968.2 19905850 10 49382929 49384685 Lonchura striata 40157 AAG|GTAAGCCAAA...AATGTCATATCT/ACTACACTCAAT...CCCAG|AAC 1 1 88.102
106496765 GT-AG 0 1.000000099473604e-05 1452 rna-XM_021541968.2 19905850 11 49384760 49386211 Lonchura striata 40157 CAG|GTTAGCAGTT...GATGTGTTAATT/GATGTGTTAATT...CCCAG|GAC 0 1 89.55
106496766 GT-AG 0 1.000000099473604e-05 340 rna-XM_021541968.2 19905850 12 49386311 49386650 Lonchura striata 40157 AAG|GTAGATGACA...AAATCTCTGATA/AAATCTCTGATA...CCTAG|ATT 0 1 91.487
106496767 GT-AG 0 1.000000099473604e-05 2308 rna-XM_021541968.2 19905850 13 49386771 49389078 Lonchura striata 40157 CAG|GTGAGTTGTC...TCAGATTTAACA/TCAGATTTAACA...TGCAG|GTT 0 1 93.836
106496768 GT-AG 0 1.000000099473604e-05 2909 rna-XM_021541968.2 19905850 14 49389177 49392085 Lonchura striata 40157 AAG|GTTTGTGCTG...AGCGCCTTACAT/GAGCGCCTTACA...TCCAG|GCA 2 1 95.753
106505133 GT-AG 0 1.000000099473604e-05 78464 rna-XM_021541968.2 19905850 1 49155533 49233996 Lonchura striata 40157 TGG|GTGAGTTCAC...TTTGTTTTATTT/TTTTGTTTTATT...CTTAG|GTT   0 17.808

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