syncAnno <- function(x) {
lapply(names(x$objects), function( name) {
x$objects@annotation <- x$annotation[[x$objects2type[[name]][2]]]
x$objects@samples <- x$samples[[x$objects2type[[name]][1]]]
} )
invisible(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.