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

✎ 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
89436515 GT-AG 0 1.000000099473604e-05 4435 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 1 5365094 5369528 Halcyon senegalensis 342381 TAG|GTAAGTTGGT...AATTTTTTATAT/TAATTTTTTATA...TTTAG|GAA 2 1 7.625
89436516 GT-AG 0 0.0003473053166442 2535 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 2 5362502 5365036 Halcyon senegalensis 342381 CAG|GTATGTTCAT...TCTTTCTGAAAA/GTCTTTCTGAAA...TACAG|GTA 2 1 10.73
89436517 GT-AG 0 1.000000099473604e-05 10272 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 3 5352082 5362353 Halcyon senegalensis 342381 TCG|GTAATTGATT...TTTCTCTTTTCT/TTGTTGTTCAAA...AACAG|CAC 0 1 18.791
89436518 GT-AG 0 1.000000099473604e-05 853 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 4 5351166 5352018 Halcyon senegalensis 342381 GCA|GTAAGTGGAA...TATTTCTTTCCC/TTCTTTCCCATC...CTCAG|AGT 0 1 22.222
89436519 GT-AG 0 1.000000099473604e-05 13467 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 5 5337594 5351060 Halcyon senegalensis 342381 AAG|GTAAGCCAGA...TGAATTTTAAAT/TGAATTTTAAAT...TTCAG|GCA 0 1 27.941
89436520 GT-AG 0 1.000000099473604e-05 1729 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 6 5335736 5337464 Halcyon senegalensis 342381 CAG|GTAAGTGTCG...TTGATCTTTGTA/GTGAAGTTGATC...TGTAG|AAA 0 1 34.967
89436521 GT-AG 0 8.607657122137281e-05 2200 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 7 5333389 5335588 Halcyon senegalensis 342381 AAT|GTAAGTGTTG...CAGTCCTTAAAT/GAGATGTTTACA...TCCAG|GAT 0 1 42.974
89436522 GT-AG 0 3.295256039219568e-05 1363 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 8 5331828 5333190 Halcyon senegalensis 342381 AAG|GTACTGATTG...ATCTTTTTATTT/TTGGTTTTTATT...CGTAG|CTT 0 1 53.758
89436523 GT-AG 0 5.7021476847326736e-05 12238 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 9 5319407 5331644 Halcyon senegalensis 342381 GGG|GTAAGTTCTC...CCCCCCTTACTT/TCCCCCTTCATT...TGCAG|GGA 0 1 63.725
89436524 GT-AG 0 4.315518047880513e-05 2816 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 10 5316481 5319296 Halcyon senegalensis 342381 AAG|GTATGTCAAA...TTGTTTTTCTTC/GCTGCACTAACA...CTCAG|AGA 2 1 69.717
89436525 GT-AG 0 1.000000099473604e-05 1126 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 11 5315222 5316347 Halcyon senegalensis 342381 GAG|GTATGGGAAG...GCTGCTTTCCCT/AGGTGCGTGACG...TGCAG|GGC 0 1 76.961
89436526 GT-AG 0 3.3015217846121e-05 491 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 12 5314609 5315099 Halcyon senegalensis 342381 GAG|GTACAGTATC...GTTGCTATAGTT/TTGCTCTGTATT...AGCAG|CCC 2 1 83.606
89436527 GT-AG 0 0.0050293562584926 397 rna-gnl|WGS:WBNJ|HALSEN_R07224_mrna 16792004 13 5314075 5314471 Halcyon senegalensis 342381 AAG|GTATCACGCA...ACGGCCTCAACT/CACGGCCTCAAC...TTCAG|GTC 1 1 91.068

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