list.datasets: List Datasets Available Via RESTful API

Description Usage Arguments Examples

View source: R/datasets.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
list.datasets(
  sp.scientific = NULL,
  sp.common = NULL,
  bio.layer = NULL,
  seq.protocol = NULL,
  cell.identity = NULL,
  min.genes = 0,
  max.genes = Inf,
  min.cells = 0,
  max.cells = Inf,
  host = HOST
)

Arguments

sp.scientific

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

sp.common

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

bio.layer

Biological Information Layer (regex) (optional).

seq.protocol

Sequencing Protocol (regex) (optional).

cell.identity

Biological Cell Identity (regex) (optional).

min.genes

Minimum Number of Genes (optional).

max.genes

Maximum Number of Genes (optional).

min.cells

Minimum Number of Cells (optional).

max.cells

Maximum Number of Cells (optional).

Examples

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

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