#' Convert: \code{loom} ==> \code{Seurat}
#'
#' @inheritParams converters
#'
#' @export
#' @examples
#' library(Seurat)
#' obj <- example_obj("loom")
#' obj2 <- loom_to_seurat(obj)
loom_to_seurat <- function(obj,
verbose=TRUE){
messager_to()
obj2 <- Seurat::as.Seurat(obj)
return(obj2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.