join.events {TRONCO} | 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')