R/methods-mDataNames.R

#' mDataNames
#'
#' Returns the names of the molecular data types available in a ToxicoSet
#'   object
#'
#' @examples
#' mDataNames(TGGATESsmall)
#'
#' @param object A \code{ToxicoSet} object
#'
#' @return Vector of names of the molecular data types
#'
#' @importFrom CoreGx mDataNames cellInfo<-
#' @export
setMethod(
    "mDataNames",
    signature("ToxicoSet"),
    function(object)
    {
        callNextMethod(object)
    })

Try the ToxicoGx package in your browser

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

ToxicoGx documentation built on Nov. 19, 2020, 2 a.m.