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)

15 rows where transcript_id = 17605178

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
94266087 GT-AG 0 1.000000099473604e-05 51690 rna-XM_040082889.1 17605178 3 102919778 102971467 Hirundo rustica 43150 ATG|GTGAGTAACA...TTTTTCTTCCCT/TTCTCCCTCATT...TGCAG|AGG 1 1 7.354
94266088 GT-AG 0 1.000000099473604e-05 47774 rna-XM_040082889.1 17605178 4 102871761 102919534 Hirundo rustica 43150 ACC|GTGAGTACAC...GGAACCTTGCTT/TAAAGAATCATT...TTCAG|ATC 1 1 12.251
94266089 GT-AG 0 0.000137733449845 23119 rna-XM_040082889.1 17605178 5 102848536 102871654 Hirundo rustica 43150 TGT|GTAAGTATTC...TTTTTCTTCCTT/GTATAGATAACC...TCCAG|GCC 2 1 14.386
94266090 GT-AG 0 1.000000099473604e-05 4846 rna-XM_040082889.1 17605178 6 102843484 102848329 Hirundo rustica 43150 ACG|GTGGGTTAAG...GCGTCATTAACA/TTCTTGTTTATC...TTTAG|CTC 1 1 18.537
94266091 GT-AG 0 1.000000099473604e-05 8112 rna-XM_040082889.1 17605178 7 102835225 102843336 Hirundo rustica 43150 ATA|GTGAGTGATA...TTGTGTTTACAT/ATTGTGTTTACA...AACAG|GTG 1 1 21.499
94266092 GT-AG 0 1.000000099473604e-05 14655 rna-XM_040082889.1 17605178 8 102820368 102835022 Hirundo rustica 43150 AAG|GTAAGAATTG...TCTTCTTTTTCC/TTTTCTCCCAAA...TTCAG|CCC 2 1 25.569
94266093 GT-AG 0 1.000000099473604e-05 1483 rna-XM_040082889.1 17605178 9 102818668 102820150 Hirundo rustica 43150 CAG|GTGAGAGACA...AAAACCAAAACA/ACAAAACAAACC...TGCAG|CAG 0 1 29.942
94266094 GT-AG 0 1.000000099473604e-05 1308 rna-XM_040082889.1 17605178 10 102817243 102818550 Hirundo rustica 43150 CAG|GTACGGCAGC...TTCTTCTCACCC/CTTCTTCTCACC...TCCAG|GAA 0 1 32.299
94266095 GT-AG 0 3.975047247166925e-05 25064 rna-XM_040082889.1 17605178 11 102792038 102817101 Hirundo rustica 43150 CAT|GTAAGTTAAT...TTCTGTTTAACT/TTCTGTTTAACT...AACAG|CAT 0 1 35.14
94266096 GT-AG 0 1.000000099473604e-05 585 rna-XM_040082889.1 17605178 12 102791303 102791887 Hirundo rustica 43150 ACT|GTAAGTAAAG...CCGGACTTATTT/ACCGGACTTATT...TGCAG|TTT 0 1 38.162
94266097 GT-AG 0 1.000000099473604e-05 2842 rna-XM_040082889.1 17605178 13 102788296 102791137 Hirundo rustica 43150 GAG|GTAAGTAAGC...GGTTTTGTATCT/TTTAATCTAATA...GTCAG|AAA 0 1 41.487
94266098 GT-AG 0 0.0284217387971404 3224 rna-XM_040082889.1 17605178 14 102784781 102788004 Hirundo rustica 43150 ATG|GTATGCAATA...TCTCTCTTACTT/TTCTCTCTTACT...AACAG|ACA 0 1 47.35
94266099 GT-AG 0 1.000000099473604e-05 1179 rna-XM_040082889.1 17605178 15 102783274 102784452 Hirundo rustica 43150 ATG|GTGAGATACA...CTTTGTTTAACT/CTTTGTTTAACT...TGCAG|GTA 1 1 53.959
94276418 GT-AG 0 2.472403570264304 526 rna-XM_040082889.1 17605178 1 102986538 102987063 Hirundo rustica 43150 AAG|GTATCCGTGC...TTTCCCCTGATC/TTTCCCCTGATC...TCCAG|AGG   0 2.337
94276419 GT-AG 0 1.000000099473604e-05 14782 rna-XM_040082889.1 17605178 2 102971631 102986412 Hirundo rustica 43150 CAC|GTGAGTACCT...CAGTCTTTAGAG/GAGTTTATGACT...TTCAG|GTA   0 4.856

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