datasetType {CoreGx}R Documentation

datasetType Generic

Description

A generic for retrieving the dataset type of an rSet object

Usage

datasetType(object, ...)

Arguments

object

A CoreSet from which to retrieve the dataset type

...

A list containing fall through arguments; this allows addition of new parameters to methods for this generic

Value

A character vector containing the dataset tpye

Examples

data(clevelandSmall_cSet)
datasetType(clevelandSmall_cSet)


[Package CoreGx version 1.2.0 Index]