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