R/methods-mDataNames.R

#' 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)
})

Try the PharmacoGx package in your browser

Any scripts or data that you put into this service are public.

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.