CircosModuleList: Create a list of modules

Description Usage Arguments Value

View source: R/interacCircos.R

Description

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

Usage

1
2
3
4
5
6
7
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.


interacCircos documentation built on Jan. 21, 2021, 5:10 p.m.