Learn R Programming

BioCircos (version 0.3.4)

BioCircosTracklist: Create a list of BioCircos tracks

Description

This allows the use of the '+' and '-' operator on these lists

Usage

BioCircosTracklist()

# S3 method for BioCircosTracklist +(x, ...)

# S3 method for BioCircosTracklist -(x, ...)

Arguments

x

The tracklist on which other tracks should be added or removed.

...

The tracks to add (as tracklists) or to remove (as track names).