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

✎ 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
89436020 GT-AG 0 1.000000099473604e-05 66562 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 1 8932272 8998833 Halcyon senegalensis 342381 AAG|GTAAGGGGAC...CCGTTCTGGTTT/CACCCGCTGATG...TCTAG|ATC 2 1 4.118
89436021 GT-AG 0 1.000000099473604e-05 6634 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 2 8998988 9005621 Halcyon senegalensis 342381 GAG|GTAAGGAACC...TGTTCCTTTCCC/CAAGACATAATC...CGTAG|GTG 0 1 8.747
89436022 GT-AG 0 1.000000099473604e-05 2698 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 3 9005721 9008418 Halcyon senegalensis 342381 AAG|GTAGTGGCTT...TATTTATTGACC/TATTTATTGACC...TTCAG|GAC 0 1 11.722
89436023 GT-AG 0 1.000000099473604e-05 10073 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 4 9008974 9019046 Halcyon senegalensis 342381 AAG|GTAGGACCCT...TGGGCTTTGCTT/GCGTATGTCACT...TCCAG|GAT 0 1 28.404
89436024 GT-AG 0 1.000000099473604e-05 2447 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 5 9019192 9021638 Halcyon senegalensis 342381 TAG|GTAGGTACAG...ACTCTCTTGTTT/AACCCCGTCACC...TACAG|GGG 1 1 32.762
89436025 GT-AG 0 1.000000099473604e-05 3901 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 6 9021784 9025684 Halcyon senegalensis 342381 CTG|GTGGGTATCC...CTGGCCTTGAAC/CTTGAACTTACC...TTCAG|TGT 2 1 37.121
89436026 GT-AG 0 1.736983292485075e-05 1588 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 7 9025922 9027509 Halcyon senegalensis 342381 CAA|GTAAGCCGTG...AAATTCGTATTG/ATTTAGCTGAAA...GACAG|GTT 2 1 44.244
89436027 GT-AG 0 0.0151118461697351 608 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 8 9027712 9028319 Halcyon senegalensis 342381 CAG|GTACCCAGGG...GCTCTCTTTTCT/TTGGTAGTAATT...CCCAG|GGC 0 1 50.316
89436028 GT-AG 0 1.000000099473604e-05 1461 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 9 9028499 9029959 Halcyon senegalensis 342381 TGG|GTAAGAGCAT...TCTTCCTTACGC/CTCTTCCTTACG...CGCAG|TCT 2 1 55.696
89436029 GT-AG 0 1.000000099473604e-05 2857 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 10 9030834 9033690 Halcyon senegalensis 342381 CAG|GTGAGTTCGG...TTTTCTTTTGTT/TCTTTTGTTATG...TGTAG|GCC 0 1 81.966
89436030 GT-AG 0 1.000000099473604e-05 3565 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 11 9033844 9037408 Halcyon senegalensis 342381 AAG|GTAAAACCTG...TGTGTTTTCTCC/TGCTGTAGTACC...AGCAG|GAC 0 1 86.564
89436031 GT-AG 0 1.000000099473604e-05 779 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 12 9037603 9038381 Halcyon senegalensis 342381 CAG|GTACAGGGGA...TTTTTCTTATCT/CTTTTTCTTATC...ACCAG|ACT 2 1 92.396
89436032 GT-AG 0 1.000000099473604e-05 1563 rna-gnl|WGS:WBNJ|HALSEN_R05687_mrna 16791968 13 9038470 9040032 Halcyon senegalensis 342381 CAG|GTGAGTCCCT...TTGGCACTGACT/TTGGCACTGACT...TGCAG|GAG 0 1 95.041

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