copy_all-SingleAnnotation-method {ComplexHeatmap}R Documentation

Copy the SingleAnnotation object

Description

Copy the SingleAnnotation object

Usage

## S4 method for signature 'SingleAnnotation'
copy_all(object)

Arguments

object

The SingleAnnotation-class object.

Details

Since the SingleAnnotation object always contains an AnnotationFunction-class object, it calls copy_all,AnnotationFunction-method to hard copy the variable environment.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]