| ecoli_rep_hotspots | R Documentation |
A named list of genomic feature tables for *Escherichia coli* K-12 MG1655
(NCBI assembly GCF_000005845.2 / ASM584v2, chromosome U00096.3).
The data support the genome-wide Tm vignette and
plot_genome_track examples by providing independent multi-omics
layers that can be overlaid on the same genomic axis alongside Tm profiles
computed with tm_calculate.
ecoli_rep_hotspots
A named list with five elements:
all_peaks_IP_mutHA data frame (38 rows) of MutL protein
ChIP-seq peaks marking mismatch-repair-associated regions (MutL-AR).
Columns: chr, start, end, Sample, name,
Size.
bins_repA data frame (4,642 rows) of tandem-repeat
(microsatellite) counts in non-overlapping 1 kb bins. Columns:
chr, start, end, count.
bins_cruA data frame (4,642 rows) of cruciform-forming
sequence counts in non-overlapping 1 kb bins. Columns: chr,
start, end, count.
ssdnaA data frame (2,636 rows) of single-stranded DNA
regions. Columns: chr, start, end,
Cells..strand., Region.
bins_gatcA data frame (4,642 rows) of GATC methylation-site
counts in non-overlapping 1 kb bins. Columns: chr, start,
end, count.
All coordinate-based tables use chr = "U00096.3" and are compatible
with plot_genome_track and compare_groups.
Curated from published *E. coli* K-12 MG1655 multi-omics datasets
used in the package vignette
vignette("genome_wide_tm_ecoli", package = "TmCalculator").
data(ecoli_rep_hotspots)
names(ecoli_rep_hotspots)
# MutL-AR peak coordinates
head(ecoli_rep_hotspots$all_peaks_IP_mutH)
# Microsatellite density in 1 kb bins
summary(ecoli_rep_hotspots$bins_rep$count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.