#' Triple-negative breast cancer (TNBC)
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#' TNBC patient samples or cell lines.
#'
#' @seealso
#' - Cellosaurus package.
#'
#' @examples
#' showMethods("tnbc")
setGeneric(
name = "tnbc",
def = function(object, ...) {
standardGeneric("tnbc")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.