robust local weighted regression, fitting a smooth nonparamatic regression and smoothing methylation measurement.
1 2 | smoother(beta, pos, names, cluster, weight, method = c("weightedLowess",
"loess", "locfit"), mcores = detectCores())
|
beta |
beta value for probes |
pos |
position vector |
names |
probe names vector ; used in function clusterMaker and regionSeeker |
cluster |
cluster object for local regression |
weight |
weight for local regression |
method |
c("weightedLowess", "loess", "locfit") |
mcores |
thread used in function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.