CCSeqbias2 | R Documentation |
generates a sequence bias plot. This version is Will's work in progress, to make a faster, and more generic script.
CCSeqbias2(
path.name = getwd(),
minThresholdv = c(0, 1, 5),
maxThreshold = "MAX",
w = 20,
rDNA = F,
chroms = c(1:16),
ylims = c(0.05, 0.6),
dyad = 1.5,
genome = "Cer3H4L2",
plotT = "o"
)
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. |
ylims |
min max of ylims. E.g c(0.05,0.6) |
dyad |
Dyad to plot center lines from (0.5 for Spo11, 1.5 for Top2) |
genome |
location to genome.fa |
plotT |
#PlotType: "l", "p", "o" |
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. |
Will Gittens, George Brown, Matt Neale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.