Description Usage Arguments Value Examples
View source: R/editing.functions.R
Delete an event from the dataset
1 | delete.event(x, gene, type)
|
x |
A TRONCO compliant dataset. |
gene |
The name of the gene to delete. |
type |
The name of the type to delete. |
A TRONCO complian dataset.
1 2 | data(test_dataset)
test_dataset = delete.event(test_dataset, 'TET2', 'ins_del')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.