View source: R/editing.functions.R
delete.pattern | R Documentation |
Delete a pattern and every associated hypotheses from the dataset
delete.pattern(x, pattern)
x |
A TRONCO compliant dataset. |
pattern |
A pattern name |
A TRONCO complian dataset.
data(test_dataset)
delete.pattern(test_dataset, pattern='XOR_EZH2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.