Description Usage Arguments Value Author(s) Examples
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.
1 2 3 4 | HCAExplorer(
url = "https://service.explore.data.humancellatlas.org",
per_page = 15
)
|
url |
character(1) The url of the Human Cell Atlas Backend to access. |
per_page |
the number of results to display per request. |
a HCAExplorer object
Daniel Van Twisk
1 2 3 | hca <- HCAExplorer(per_page = 15,
url = 'https://service.explore.data.humancellatlas.org')
hca
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.