CCfoldHS.smoother | R Documentation |
Smooths a log2(x/y) values from a hotspot column using loess
CCfoldHS.smoother(input, sc = 80, si = 100, txtout = F)
input |
filename for a hotspot log2(x/y) table |
sc |
smoothing constant |
si |
smooth interval default 100 |
packages.check("doParallel")
cl <- makeCluster(8)
registerDoParallel(cl)
foreach (i = 1:length(files),.packages=c("nealeLabFunctions")) %dopar% {
CCfoldHS.smoother(files[i])
}stopCluster(cl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.