Learn R Programming

interacCircos (version 1.0.0)

CircosModuleList: Create a list of modules

Description

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

Usage

CircosModuleList()

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

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

Arguments

x

The moduleList on which other modules should be added or removed.

...

The modules to add (as moduleLists) or to remove (as module names).

Value

The list of all tracks of modules.