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