50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

TRONCO (version 2.4.2)

delete.hypothesis: delete.hypothesis

Description

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

Usage

delete.hypothesis(x, event = NA, cause = NA, effect = NA)

Arguments

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

Value

A TRONCO complian dataset.

Examples

Run this code
data(test_dataset)
delete.hypothesis(test_dataset, event='TET2')
delete.hypothesis(test_dataset, cause='EZH2')
delete.hypothesis(test_dataset, event='XOR_EZH2')

Run the code above in your browser using DataLab