Nothing
#' mDataNames Getter
#'
#' Returns the molecular data names for the `PharmacoSet` object
#'
#' @describeIn PharmacoSet Returns the names of molecular data types in a PharmacoSet
#'
#' @examples
#' data(CCLEsmall)
#' mDataNames(CCLEsmall)
#'
#' @param object [`PharamcoSet`] object
#'
#' @return Vector of names of the molecular data types
#'
#' @importFrom CoreGx mDataNames
#' @importFrom methods callNextMethod
#'
#' @export
setMethod('mDataNames', signature='PharmacoSet', function(object) {
callNextMethod(object=object)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.