multiCNVassoc <- function(x, formula, num.copies = 0:2,
cnv.tol = 0.01, ...) {
ans <- lapply(x, function(i) try(assocCNV.i(i,
formula, num.copies, cnv.tol, ...),
TRUE))
ans
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.