View source: R/editing.functions.R
delete.event | R Documentation |
Delete an event from the dataset
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.
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.