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)

12 rows where transcript_id = 33843768

✎ 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
189510903 GT-AG 0 1.460337093568365e-05 2378 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 1 4674661 4677038 Spizaetus tyrannus 252798 CAG|GTACTGAGTT...CACTCCTTATTT/CTGGGTCTCACT...TTCAG|AAC 0 1 5.53
189510904 GT-AG 0 0.0007819395495418 1779 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 2 4672793 4674571 Spizaetus tyrannus 252798 AAG|GTACCGTGAC...GAGGGTTTAACC/GAGGGTTTAACC...TGCAG|CTG 2 1 12.366
189510905 GT-AG 0 0.0022570680519892 3575 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 3 4669112 4672686 Spizaetus tyrannus 252798 CAG|GTAACCGTGC...GCTTTCTTGCTT/ATTATAATCACT...TCTAG|CTG 0 1 20.507
189510906 GT-AG 0 1.000000099473604e-05 466 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 4 4668586 4669051 Spizaetus tyrannus 252798 AGC|GTAAGTCAGG...TGGCCCCTGCCC/TCGCTCCCGATG...CGCAG|GGT 0 1 25.115
189510907 GT-AG 0 1.000000099473604e-05 666 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 5 4667828 4668493 Spizaetus tyrannus 252798 CAG|GTCAGTGACT...AGCACCTTGACC/CTGGGCCTTACA...TTTAG|ATG 2 1 32.181
189510908 GT-AG 0 1.000000099473604e-05 1083 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 6 4666710 4667792 Spizaetus tyrannus 252798 TCG|GTGAGTTGAT...ATTCTTTCAGCT/CATTCTTTCAGC...CACAG|TGC 1 1 34.869
189510909 GT-AG 0 1.000000099473604e-05 128 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 7 4666502 4666629 Spizaetus tyrannus 252798 CAG|GTAAGGGCTG...CTTCCTTTATTT/TCTTCCTTTATT...TCCAG|CAA 0 1 41.014
189510910 GT-AG 0 0.0001146440961754 2320 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 8 4664082 4666401 Spizaetus tyrannus 252798 TCG|GTAACAATCT...CTTTGCTTGCCG/GAATCTGGCATC...CGCAG|GAG 1 1 48.694
189510911 GT-AG 0 1.000000099473604e-05 444 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 9 4663513 4663956 Spizaetus tyrannus 252798 CAG|GTGAGGATGC...TGTCTCTTTCCT/TGTATGGTAACC...GGTAG|GAT 0 1 58.295
189510912 GT-AG 0 1.591626644011848e-05 1177 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 10 4662231 4663407 Spizaetus tyrannus 252798 GCG|GTAAGTTCTG...TTTGCTTTGCTT/CTCTGCTTCATG...TTCAG|GAT 0 1 66.359
189510913 GT-AG 0 0.0009381592480929 3326 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 11 4658778 4662103 Spizaetus tyrannus 252798 ACC|GTACGTCTGC...AACCTCTTCTCT/TTTCTCCCCATC...CGCAG|GGA 1 1 76.114
189510914 GT-AG 0 1.000000099473604e-05 616 rna-gnl|WGS:VXAF|SPITYR_R00027_mrna 33843768 12 4657980 4658595 Spizaetus tyrannus 252798 ATG|GTAAGGAGCC...CTTGCCCTAATC/CTTGCCCTAATC...AACAG|GCC 0 1 90.092

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