Learn R Programming

ToxicoGx (version 0.1.1)

show,ToxicoSig-method: Show ToxicoGx Signatures

Description

Show ToxicoGx Signatures

Usage

# S4 method for ToxicoSig
show(object)

Arguments

object

ToxicoSig

Value

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

Examples

Run this code
# NOT RUN {
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

# }

Run the code above in your browser using DataLab