Skip to contents

Show a PharamcoSet

Usage

# S4 method for PharmacoSet
show(object)

Arguments

object

PharmacoSet

Value

Prints the PharmacoSet object to the output stream, and returns invisible NULL.

@importFrom CoreGx show @importFrom methods callNextMethod

Examples

data(CCLEsmall)
CCLEsmall
#> <PharmacoSet>
#> Name:  CCLE 
#> Date Created:  Fri Nov  6 14:00:53 2015 
#> Number of samples:  1061 
#> Molecular profiles:
#> RNA :
#>   Dim: 50, 1036 
#> RNAseq :
#>   Dim: 50, 935 
#> mutation :
#>   Dim: 1667, 1052 
#> CNV :
#>   Dim: 50, 744 
#> Treatment response:
#> Drug pertubation:
#>    Please look at pertNumber(cSet) to determine number of experiments  for each drug-sample combination.
#> Drug sensitivity:
#>    Number of Experiments:  11670 
#>    Please look at sensNumber(cSet) to determine number of  experiments for each drug-sample combination.