#' Exclude non-human cell lines
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object, with non-human cells excluded (removed).
#'
#' @examples
#' showMethods("excludeNonHumanCells")
setGeneric(
name = "excludeNonHumanCells",
def = function(object, ...) {
standardGeneric("excludeNonHumanCells")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.