CCfoldHS.smoother: CCfoldHS.smoother

View source: R/hs.R

CCfoldHS.smootherR Documentation

CCfoldHS.smoother

Description

Smooths a log2(x/y) values from a hotspot column using loess

Usage

CCfoldHS.smoother(input, sc = 80, si = 100, txtout = F)

Arguments

input

filename for a hotspot log2(x/y) table

sc

smoothing constant

si

smooth interval default 100

Examples

packages.check("doParallel")
cl <- makeCluster(8)
registerDoParallel(cl)
foreach (i = 1:length(files),.packages=c("nealeLabFunctions")) %dopar% {
CCfoldHS.smoother(files[i])
}stopCluster(cl)

WHG1990/CCTools documentation built on June 16, 2024, 1:36 a.m.