#' Get obs names
#'
#' Get the names of each observation in a single-cell object.
#' @inheritParams converters
#' @returns Vector of observation names.
#'
#' @export
#' @examples
#' obj <- example_obj()
#' obs_names <- get_obs_names(obj)
get_obs_names <- function(obj) {
rownames(get_obs(obj))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.