#' Cell-to-sample mappings
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `factor`.
#'
#' @examples
#' showMethods("cellToSample")
setGeneric(
name = "cellToSample",
def = function(object, ...) {
standardGeneric("cellToSample")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.