as.hypotheses {TRONCO}R Documentation

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

data(test_dataset)
as.hypotheses(test_dataset)


[Package TRONCO version 2.24.0 Index]