CircosModuleList {interacCircos}R Documentation

Create a list of modules

Description

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

Usage

CircosModuleList()

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

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


[Package interacCircos version 1.3.0 Index]