Description Usage Arguments Value Note Author(s) Examples
Generic print
method for TargetExperiment and TargetExperimentList
classes and descendants.
1 2 3 4 5 |
x |
TargetExperiment/TargetExperimentList class object. |
... |
Included for generic print compatibility. |
console output of the object.
see full example in TargetExperiment-class
see full example in TargetExperimentList-class
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
1 2 3 4 5 6 | ## Loading the TargetExperiment object
data(ampliPanel,package="TarSeqQC")
print(ampliPanel)
## Loading the TargetExperimentList object
data(TEList,package="TarSeqQC")
print(TEList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.