ground.truth: Create a Ground Truth Graph

Description Usage Arguments Examples

View source: R/datasets.R

Description

This function allows you to create a ground truth graph from a geneset available via RESTful API or from a local list of edges.

Usage

1
ground.truth(x, to = c("igraph", "adjacency", "edges", "graph", "bnlearn"))

Arguments

x

Download Code (must be of type 'TF-Target Interactions') or list of edges (data.frame or matrix).

to

Output format ('adjacency', 'edges', 'igraph', or 'bn') (optional).

Examples

1
gt <- ground.truth(2)

rlebron-bioinfo/gnlearn documentation built on July 25, 2020, 12:38 p.m.