CCSeqbias | R Documentation |
generates a sequence bias plot.
CCSeqbias(
path.name = getwd(),
minThresholdv = c(0, 1, 5),
maxThreshold = "MAX",
w = 20,
rDNA = F,
chroms = c(1:16),
ymin = 0.05,
ymax = 0.6,
dyad = 0.5,
genome = "Cer3H4L2",
loci
)
path.name |
point to a folder containing fullmaps |
minThresholdv |
A vector containing the min threshold |
maxThreshold |
A value containing the max |
w |
Window width in bp |
rDNA |
include rDNA |
chroms |
A Vector of chromosomes to process. |
ymin |
Min Y axis value |
ymax |
Max Y axis value |
dyad |
Dyad to plot center lines from (0.5 for Spo11, 1.5 for Top2) |
genome |
location to genome.fa |
loci |
this can be set to a specific genename. The sequence bias will be calcuated only for sites within the genebody of this gene. HpM thresholding occurs before this, but you will probably still need to modify min max thresholds. |
George Brown, Matt Neale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.