View source: R/editing.functions.R
rename.type | R Documentation |
Rename an event type
rename.type(x, old.name, new.name)
x |
A TRONCO compliant dataset. |
old.name |
The type of event to rename. |
new.name |
The new name |
A TRONCO complian dataset.
data(test_dataset)
test_dataset = rename.type(test_dataset, 'ins_del', 'deletion')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.