View source: R/editing.functions.R
join.events | R Documentation |
Merge a list of events in an unique event
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.
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.