show-ToxicoSig-method: Show ToxicoGx Signatures

Description Usage Arguments Value Examples

Description

Show ToxicoGx Signatures

Usage

1
2
## 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

1
2
3
4
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

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