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

✎ 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
189510087 GT-AG 0 1.000000099473604e-05 4355 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 1 3930452 3934806 Spizaetus tyrannus 252798 TAG|GTAGGAGCTT...TCCCCCTTCTCT/ATATTACCAATG...CATAG|GAA 1 1 11.078
189510088 GT-AG 0 0.0146624940213604 1283 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 2 3929031 3930313 Spizaetus tyrannus 252798 CGG|GTATTTATAA...ACCCTCTTGACC/CTTGACCTAACA...TCCAG|ACC 1 1 17.843
189510089 GT-AG 0 1.000000099473604e-05 1370 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 3 3927609 3928978 Spizaetus tyrannus 252798 CAA|GTAAGACTGA...CATATCTTGACT/CATATCTTGACT...TCCAG|TAA 2 1 20.392
189510090 GT-AG 0 1.000000099473604e-05 3190 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 4 3924346 3927535 Spizaetus tyrannus 252798 GAC|GTAAGTAAAA...TTTTTCTTCCCC/AATTTATTTACA...TCAAG|TCA 0 1 23.971
189510091 GT-AG 0 1.000000099473604e-05 680 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 5 3923532 3924211 Spizaetus tyrannus 252798 AGT|GTAAGTGTAC...TTTTCCTCACTG/ATTTTCCTCACT...TGCAG|GGG 2 1 30.539
189510092 GT-AG 0 0.0001896532559669 2630 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 6 3920861 3923490 Spizaetus tyrannus 252798 GTG|GTAAGCATTA...TTCACTTTGAAT/TGAATTTTCACT...CTCAG|GTT 1 1 32.549
189510093 GT-AG 0 1.000000099473604e-05 1059 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 7 3919586 3920644 Spizaetus tyrannus 252798 CAG|GTAAGTGAAT...CTTTTTTTGTCT/TTTTGTCTAACT...CACAG|GTA 1 1 43.137
189510094 GT-AG 0 1.000000099473604e-05 4420 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 8 3915041 3919460 Spizaetus tyrannus 252798 AAG|GTAAAAATAC...TGTCTCTTGTCT/ATTTGTGTAACA...TCCAG|ATA 0 1 49.265
189510095 GT-AG 0 1.000000099473604e-05 369 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 9 3914524 3914892 Spizaetus tyrannus 252798 TGG|GTAAGGCAAC...CTTTTTTTATAA/ACTTTTTTTATA...TAAAG|GCC 1 1 56.52
189510096 GT-AG 0 0.0010271969607487 965 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 10 3913388 3914352 Spizaetus tyrannus 252798 AAG|GTATGCACAG...CACCACTTAATT/TTCTGTCTGACA...TTCAG|ATG 1 1 64.902
189510097 GT-AG 0 1.000000099473604e-05 395 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 11 3912899 3913293 Spizaetus tyrannus 252798 CCG|GTAAATGAAT...TTTTTCTTTTTT/GCATCTTTCAAT...CACAG|CAA 2 1 69.51
189510098 GT-AG 0 1.964127847563681e-05 1336 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 12 3911513 3912848 Spizaetus tyrannus 252798 CAG|GTAACAAAAT...TTTTTTTTAAAT/TTTTTTTTAAAT...TGAAG|GAT 1 1 71.961
189510099 GT-AG 0 0.0054555715597507 1072 rna-gnl|WGS:VXAF|SPITYR_R00036_mrna 33843688 13 3910303 3911374 Spizaetus tyrannus 252798 CAG|GTACATTTTA...GTGTTTTTATTT/TGTGTTTTTATT...CACAG|AGT 1 1 78.725

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