hca
Exploring the Human Cell Atlas Data Coordinating Platform
Bioconductor version: 3.23 · Package version: 1.20.0
This package provides users with the ability to query the Human Cell Atlas data repository for single-cell experiment data. The `projects()`, `files()`, `samples()` and `bundles()` functions retrieve summary information on each of these indexes; corresponding `*_details()` are available for individual entries of each index. File-based resources can be downloaded using `files_download()`. Advanced use of the package allows the user to page through large result sets, and to flexibly query the 'list-of-lists' structure representing query responses.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("hca") Details
| Maintainer | Martin Morgan <martin.morgan@roswellpark.org> |
| Author | Maya McDaniel [aut], Martin Morgan [aut, cre] (ORCID: <https://orcid.org/0000-0002-5874-8148>), Kayla Interdonato [ctb] |
| License | MIT + file LICENSE |
| Status | Deprecated |
| Downloads rank | 140 |
| Source branch | RELEASE_3_23 |
| biocViews | SingleCell, Software |
Download
Dependencies
Depends: R (>= 4.1)
Imports: httr, jsonlite, dplyr, tibble, tidyr, readr, BiocFileCache, tools, utils, digest, shiny, miniUI, DT
Suggests: LoomExperiment, SummarizedExperiment, SingleCellExperiment, S4Vectors, methods, testthat (>= 3.0.0), knitr, rmarkdown, BiocStyle