join.events: join.events

Description Usage Arguments Value Examples

View source: R/editing.functions.R

Description

Merge a list of events in an unique event

Usage

1
join.events(x, ..., new.event, new.type, event.color)

Arguments

x

A TRONCO compliant dataset.

...

A list of events to merge

new.event

The name of the resultant event

new.type

The type of the new event

event.color

The color of the new event

Value

A TRONCO compliant dataset.

Examples

1
2
data(muts)
dataset = join.events(muts, 'G1', 'G2', new.event='test', new.type='banana', event.color='yellow')

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.