Learn R Programming

TRONCO (version 2.4.2)

as.hypotheses: as.hypotheses

Description

Return the hypotheses in the dataset which constitute CAPRI's hypotheses.

Usage

as.hypotheses(x, cause = NA, effect = NA)

Arguments

x
A TRONCO compliant dataset.
cause
A list of genes to use as causes
effect
A list of genes to use as effects

Value

The hypotheses in the dataset which constitute CAPRI's hypotheses.

Examples

Run this code
data(test_dataset)
as.hypotheses(test_dataset)

Run the code above in your browser using DataLab