Learn R Programming

RadioGx (version 0.0.2)

show,RadioSig-method: Show RadioGx Signatures

Description

Show RadioGx Signatures

Usage

# S4 method for RadioSig
show(object)

Arguments

object

RadioSig

Value

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

Examples

Run this code
# NOT RUN {
data(Cleveland_small)
rad.sensitivity <- radSensitivitySig(Cleveland_small, mDataType="rna",
             nthread=1, features = fNames(Cleveland_small, "rna")[1])
rad.sensitivity

# }

Run the code above in your browser using DataLab