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