#' Map input to gene identifiers
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#'
#' @examples
#' showMethods("mapGenes")
setGeneric(
name = "mapGenes",
def = function(object, ...) {
standardGeneric("mapGenes")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.