Nothing
register_generic = \(name, def = NULL) {
if (!methods::isGeneric(name)){
if (is.null(def)) {
def = eval(bquote(function(data, ...) standardGeneric(.(name))))
}
methods::setGeneric(name, def)
}
}
for (gen in c("embedded", "fnn", "slm", "simplex", "smap", "ic",
"multiview", "sc.test", "gccm", "gcmc", "scpcm")) {
register_generic(gen)
}
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.