#' Subset a CoreSet object based on various parameters, such as cell lines, molecular features
#'
#' @param object An object inheriting from the `CoreGx::CoreSet` class
#' @param ... Allow definition of new arguments to this generic
#'
#' @return A subsetted version of the original `object`
#'
#' @examples
#' "Generics shouldn't need examples!"
#'
#' @export
#' @keywords internal
setGeneric("subsetTo", function(object, ...) standardGeneric("subsetTo"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.