Learn R Programming

TRONCO (version 2.4.2)

delete.pattern: delete.pattern

Description

Delete a pattern and every associated hypotheses from the dataset

Usage

delete.pattern(x, pattern)

Arguments

x
A TRONCO compliant dataset.
pattern
A pattern name

Value

A TRONCO complian dataset.

Examples

Run this code
data(test_dataset)
delete.pattern(test_dataset, pattern='XOR_EZH2')

Run the code above in your browser using DataLab