Description Usage Arguments Value Examples
View source: R/editing.functions.R
Merge a list of events in an unique event
1 | join.events(x, ..., new.event, new.type, event.color)
|
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 |
A TRONCO compliant dataset.
1 2 | data(muts)
dataset = join.events(muts, 'G1', 'G2', new.event='test', new.type='banana', event.color='yellow')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.