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

✎ 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
88331362 GT-AG 0 0.0001714321258279 5215 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 1 232676 237890 Grallaria varia 117165 AAA|GTACAGTATT...ATTTTGTTATTT/TTGTTATTTACG...TCCAG|CCA 1 1 11.642
88331363 GT-AG 0 1.000000099473604e-05 1323 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 2 237992 239314 Grallaria varia 117165 ACG|GTAAGTCAAT...GTCCTGTGAACC/TGTGAGCTAAGG...CACAG|GGA 0 1 17.831
88331364 GT-AG 0 1.000000099473604e-05 1089 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 3 239463 240551 Grallaria varia 117165 CAG|GTACGTGGTG...TAATTTATAACA/TTATAACTAATT...TTCAG|ATA 1 1 26.9
88331365 GT-AG 0 0.0003748491071096 1897 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 4 240590 242486 Grallaria varia 117165 TTG|GTAAGCCTTA...TTGTTTTTATTT/TTTGTTTTTATT...TGCAG|AAT 0 1 29.228
88331366 GT-AG 0 1.000000099473604e-05 311 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 5 242604 242914 Grallaria varia 117165 TCT|GTGAGCAGAA...TTTTTCTCAACA/GTTTTTCTCAAC...ATTAG|ATA 0 1 36.397
88331367 GT-AG 0 1.000000099473604e-05 2938 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 6 243090 246027 Grallaria varia 117165 TAA|GTAAGTCCTA...TTTTTTTTTTTT/AAGTATTTGATG...GGTAG|GAA 1 1 47.12
88331368 GT-AG 0 1.000000099473604e-05 860 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 7 246092 246951 Grallaria varia 117165 AGG|GTTAGTATAC...TTTTTCTTTTCT/GAGGCACTAACA...TTTAG|GGC 2 1 51.042
88331369 GT-AG 0 1.000000099473604e-05 2561 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 8 247001 249561 Grallaria varia 117165 GAG|GTAAGTGCTG...TCTCCTGTAATA/TAATAATTTACT...TGCAG|GTC 0 1 54.044
88331370 GT-AG 0 0.0001433324803447 5067 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 9 249675 254741 Grallaria varia 117165 CAG|GTATGTCAGC...CTGATTTTAAAA/TACCTGCTGATT...TTCAG|TTA 2 1 60.968
88331371 GT-AG 0 1.000000099473604e-05 466 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 10 254860 255325 Grallaria varia 117165 GAG|GTAAGGCAGG...AATTTTTTATTT/CAATTTTTTATT...CCCAG|TGT 0 1 68.199
88331372 GT-AG 0 0.0006564851435514 1755 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 11 255426 257180 Grallaria varia 117165 TAA|GTATGTGGGA...CCCATTTTGATT/CCCATTTTGATT...TCCAG|CTG 1 1 74.326
88331373 GT-AG 0 1.000000099473604e-05 1563 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 12 257378 258940 Grallaria varia 117165 AGA|GTAAGCGAGT...ACCCTCGTAACC/TGGAATCTAACC...ATTAG|GCC 0 1 86.397
88331374 GT-AG 0 3.625911271448574e-05 1448 rna-gnl|WGS:VWZG|GRAVAR_R03042_mrna 16613806 13 259079 260526 Grallaria varia 117165 CAG|GTAGGTTATG...TAACTCTTATTT/TTAACTCTTATT...CCTAG|CAC 0 1 94.853

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