show,ToxicoSig-method {ToxicoGx}R Documentation

Show ToxicoGx Signatures

Description

Show ToxicoGx Signatures

Usage

## S4 method for signature 'ToxicoSig'
show(object)

Arguments

object

ToxicoSig

Value

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

Examples

data(TGGATESsmall)
drug.perturbation <- drugPerturbationSig(TGGATESsmall, mDataType="rna", nthread = 1, duration = "2",
     drugs = head(drugNames(TGGATESsmall)), features = fNames(TGGATESsmall, "rna")[seq_len(2)])
drug.perturbation


[Package ToxicoGx version 1.3.5 Index]