Learn R Programming

TarSeqQC (version 1.2.0)

print: Print a TargetExperiment object.

Description

Generic print method for TargetExperiment class and descendants.

Usage

"print"(x, ...)

Arguments

x
TargetExperiment class object.
...
Included for generic print compatibility.

Value

console output of the object.

Examples

Run this code
## Loading the TargetExperiment object
data(ampliPanel,package="TarSeqQC")
print(ampliPanel)

Run the code above in your browser using DataLab