Description Usage Arguments Value Author(s) See Also Examples
View source: R/NormalizeBeta.R
Loess normalization method.
1 2 3 4 5 6 7 8 9 10 11 |
mat |
A matrix with columns containing the values of the chips to normalize. |
subset |
A subset of the data to fit a loess to. |
epsilon |
A tolerance value (supposed to be a small value - used as a stopping criterion). |
maxit |
Maximum number of iterations. |
log.it |
Logical. If |
verbose |
Logical. If |
span |
Parameter to be passed the function |
family.loess |
Parameter to be passed the function |
... |
Any of the options of normalize.loess you would like to modify (described above). |
A matrix similar as mat
.
Wubing Zhang
1 2 3 4 | file3 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/mle.gene_summary.txt")
dd = ReadBeta(file3)
beta_loess = normalize.loess(dd[,c("dmso", "plx")])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.