BioCircosTracklist {BioCircos} | R Documentation |
This allows the use of the '+' and '-' operator on these lists
BioCircosTracklist() ## S3 method for class 'BioCircosTracklist' x + ... ## S3 method for class 'BioCircosTracklist' x - ...
x |
The tracklist on which other tracks should be added or removed. |
... |
The tracks to add (as tracklists) or to remove (as track names). |