print {TarSeqQC}R Documentation

Print a TargetExperiment/TargetExperimentList object.

Description

Generic print method for TargetExperiment and TargetExperimentList classes and descendants.

Usage

## S4 method for signature 'TargetExperiment'
print(x, ...)

## S4 method for signature 'TargetExperimentList'
print(x, ...)

Arguments

x

TargetExperiment/TargetExperimentList class object.

...

Included for generic print compatibility.

Value

console output of the object.

Note

see full example in TargetExperiment-class

see full example in TargetExperimentList-class

Author(s)

Gabriela A. Merino gmerino@bdmg.com.ar, Cristobal Fresno cfresno@bdmg.com.ar, Yanina Murua ymurua@leloir.org.ar, Andrea S. Llera allera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar

Examples

## Loading the TargetExperiment object
data(ampliPanel,package="TarSeqQC")
print(ampliPanel)
## Loading the TargetExperimentList object
data(TEList,package="TarSeqQC")
print(TEList)

[Package TarSeqQC version 1.24.0 Index]