dim,ToxicoSet-method {ToxicoGx}R Documentation

Get the dimensions of a ToxicoSet

Description

Get the dimensions of a ToxicoSet

Usage

## S4 method for signature 'ToxicoSet'
dim(x)

Arguments

x

ToxicoSet

Value

A named vector with the number of Cells and Drugs in the ToxicoSet

Examples

data(TGGATESsmall)
dim(TGGATESsmall)


[Package ToxicoGx version 1.0.1 Index]