HCABrowser {HCABrowser}R Documentation

The HCABrowser Class

Description

The HCABrowser Class

Usage

HCABrowser(url = "https://dss.data.humancellatlas.org/v1",
  fields_path = system.file("extdata", "fields_and_values.json", package
  = "HCABrowser"), per_page = 10)

Arguments

url

character(1) the url of the Human Cell Atlas resource.

fields_path

character(1) path to the fields json file.

per_page

numeric(1) numbers of pages to view at a time.

Value

an HCABrowser object

Author(s)

Daniel Van Twisk

Examples

hca <- HCABrowser()
hca

[Package HCABrowser version 1.0.0 Index]