HCAExplorer: The Project Browser Class

Description Usage Arguments Value Author(s) Examples

View source: R/AllClasses.R

Description

A class that displays Human Cell Atlas(HCA) information obtained from a digested version of the Human Cell Atlas referred to as the Azul Backend. This class allows one to view, filter, and select entries in the to ultimately download metadata files and then other data such as matrices.

Usage

1
2
3
4
HCAExplorer(
  url = "https://service.explore.data.humancellatlas.org",
  per_page = 15
)

Arguments

url

character(1) The url of the Human Cell Atlas Backend to access.

per_page

the number of results to display per request.

Value

a HCAExplorer object

Author(s)

Daniel Van Twisk

Examples

1
2
3
hca <- HCAExplorer(per_page = 15,
                   url = 'https://service.explore.data.humancellatlas.org')
hca

HCAExplorer documentation built on Nov. 8, 2020, 5:45 p.m.