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

✎ 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
45169217 GT-AG 0 1.4493810221056249e-05 111 rna-XM_004486106.3 8392236 1 5501616 5501726 Cicer arietinum 3827 CCT|GTAAGTGCCT...GTTTGTTTAATT/GTTTGTTTAATT...TCCAG|TCT 0 1 2.176
45169218 GT-AG 0 0.000348549802736 83 rna-XM_004486106.3 8392236 2 5501779 5501861 Cicer arietinum 3827 CAG|GTTTATTTGT...AGGTTTTTATAT/TTATATTTGATT...TGTAG|ATT 1 1 3.684
45169219 GT-AG 0 0.7941922901279427 761 rna-XM_004486106.3 8392236 3 5503209 5503969 Cicer arietinum 3827 ATG|GTATGCTCTT...TTTTTCTTATCA/TTTTTTCTTATC...TGCAG|TTG 1 1 42.762
45169220 GT-AG 0 2.400251215475876e-05 816 rna-XM_004486106.3 8392236 4 5504185 5505000 Cicer arietinum 3827 AAG|GTTTGTTCTT...ACTCTCTTGTTT/CTCTTGTTTATT...TGCAG|GCT 0 1 48.999
45169221 GT-AG 0 1.000000099473604e-05 3237 rna-XM_004486106.3 8392236 5 5505272 5508508 Cicer arietinum 3827 CTG|GTGAGTATCT...AAAATCTTGAAG/TTTGTTCTAACT...TGCAG|TTA 1 1 56.861
45169222 GT-AG 0 8.530224526771231e-05 984 rna-XM_004486106.3 8392236 6 5508685 5509668 Cicer arietinum 3827 AAG|GTAAGCTAAC...GTTTTTTTAACC/GTTTTTTTAACC...GGAAG|GTT 0 1 61.967
45169223 GT-AG 0 0.0302459321633958 367 rna-XM_004486106.3 8392236 7 5509777 5510143 Cicer arietinum 3827 AAT|GTAAGCTTTT...TTATTCTTATCT/ATTATTCTTATC...TGCAG|GTA 0 1 65.1
45169224 GT-AG 0 1.000000099473604e-05 618 rna-XM_004486106.3 8392236 8 5510254 5510871 Cicer arietinum 3827 TGG|GTAAAGACTA...TATGCTTTACAA/CTATGCTTTACA...TGCAG|ATT 2 1 68.291
45169225 GT-AG 0 1.000000099473604e-05 718 rna-XM_004486106.3 8392236 9 5510978 5511695 Cicer arietinum 3827 CCT|GTAAGGCATA...TAGCTCTTACCA/ATTAAATTAATT...GGCAG|GAT 0 1 71.366
45169226 GT-AG 0 1.000000099473604e-05 447 rna-XM_004486106.3 8392236 10 5511867 5512313 Cicer arietinum 3827 ACT|GTAAGTGCTG...TTTCTATTATTG/CAAATTCTGATT...TGCAG|GTC 0 1 76.327
45169227 GT-AG 0 6.82294406758065e-05 2194 rna-XM_004486106.3 8392236 11 5512443 5514636 Cicer arietinum 3827 CCT|GTAAGTTGAC...TTCCTATTGATT/TTCCTATTGATT...TTCAG|GTA 0 1 80.07
45169228 GT-AG 0 0.002218034492301 517 rna-XM_004486106.3 8392236 12 5514820 5515336 Cicer arietinum 3827 CAG|GTCTTCCTAT...GGTGTCTTGACT/GGTGTCTTGACT...TGCAG|GTC 0 1 85.379
45169229 GT-AG 0 0.0157093164446742 110 rna-XM_004486106.3 8392236 13 5515469 5515578 Cicer arietinum 3827 TTG|GTAACTTATG...ACTTGTTTAATT/CTGCTTCTGACT...GCTAG|ATA 0 1 89.208
45169230 GT-AG 0 1.000000099473604e-05 186 rna-XM_004486106.3 8392236 14 5515691 5515876 Cicer arietinum 3827 GGG|GTTTGTACAT...TCATCTTTATAT/TTGACTTTCATC...TGCAG|GAC 1 1 92.457
45169231 GT-AG 0 1.000000099473604e-05 1155 rna-XM_004486106.3 8392236 15 5516001 5517155 Cicer arietinum 3827 TAG|GTTAGTAAGT...GAATTTTTAAAG/TGAATTTTTAAA...TTCAG|GGC 2 1 96.055

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