setGeneric(
name = "RUVg",
def = function(x, cIdx, k, drop=0, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
standardGeneric("RUVg")
}
)
setGeneric(
name = "RUVs",
def = function(x, cIdx, k, scIdx, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
standardGeneric("RUVs")
}
)
setGeneric(
name = "RUVr",
def = function(x, cIdx, k, residuals, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
standardGeneric("RUVr")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.