#' Plot association between cell data
#'
#' This function creates a plot showing the association of elements of metadata
#' or expression of cells stored in a Seurat object.
#'
#' @param object Seurat object
#' @export
#'
plot_association <- function(
object = NULL
) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.