Description Usage Arguments Value Examples
View source: R/editing.functions.R
Delete an hypothesis from the dataset based on a selected event. Check if the selected event exist in the dataset and delete his associated hypothesis
1 | delete.hypothesis(x, event = NA, cause = NA, effect = NA)
|
x |
A TRONCO compliant dataset. |
event |
Can be an event or pattern name |
cause |
Can be an event or pattern name |
effect |
Can be an event or pattern name |
A TRONCO complian dataset.
1 2 3 4 | data(test_dataset)
delete.hypothesis(test_dataset, event='TET2')
delete.hypothesis(test_dataset, cause='EZH2')
delete.hypothesis(test_dataset, event='XOR_EZH2')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.