Nothing
#' @export
#' @importFrom BiocParallel SerialParam
setGeneric("runSVD", signature=c("BSPARAM"),
function(x, k, nu=k, nv=k, center=FALSE, scale=FALSE, BPPARAM=SerialParam(), ..., BSPARAM=ExactParam())
standardGeneric("runSVD")
)
#' @export
setGeneric("runPCA", signature=c("x"), function(x, ...) standardGeneric("runPCA"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.