list.graphs: List Graphs Available Via RESTful API

Description Usage Arguments Examples

View source: R/datasets.R

Description

This function allows you to list graphs available via RESTful API.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
list.graphs(
  sp.scientific = NULL,
  sp.common = NULL,
  dataset = NULL,
  bio.layer = NULL,
  cell.identity = NULL,
  algorithm = NULL,
  min.nodes = 0,
  max.nodes = Inf,
  min.edges = 0,
  max.edges = Inf,
  host = HOST
)

Arguments

sp.scientific

Species (Scientific Name) (regex) (optional).

sp.common

Species (Common Name) (regex) (optional).

dataset

Dataset used as input to learn the graph (Dataset Download Code) (optional).

bio.layer

Biological Information Layer (regex) (optional).

cell.identity

Biological Cell Identity (regex) (optional).

algorithm

Algorithm used to learn the graph (regex) (optional).

min.nodes

Minimum Number of Nodes (optional).

max.nodes

Maximum Number of Nodes (optional).

min.edges

Minimum Number of Edges (optional).

max.edges

Maximum Number of Edges (optional).

Examples

1
2
3
graphs <- list.graphs()
graphs <- list.graphs(sp.common='human')
graphs <- list.graphs(sp.common='mouse')

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