BioCircosTracklist {BioCircos}R Documentation

Create a list of BioCircos tracks

Description

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

Usage

BioCircosTracklist()

## S3 method for class 'BioCircosTracklist'
x + ...

## S3 method for class '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).


[Package BioCircos version 0.3.4 Index]