HCAData | R Documentation |
Download HDF5 (dense assay) and RDS (row and column annotations) files from the HCA via ExperimentHub, composing them together as a SingleCellExperiment object
HCAData(dataset = NULL, as.sparse = TRUE)
dataset |
A character string: which dataset should be retrieved? |
as.sparse |
Logical, specifies whether the underlying HDF5 dataset should be treated as sparse or not - will be passed to the call to 'HDF5Array()'. Defaults to TRUE, i.e. by using the 'DelayedArray' infrastructure. |
This current release includes the following datasets:
UMI counts from the 10x (droplet) single-cell RNA-seq data. The object contains counts for 33694 genes in 384000 cells.
UMI counts from the 10x (droplet) single-cell RNA-seq data. The object contains counts for 33694 genes in 378000 cells.
A SingleCellExperiment object with a HDF5Matrix in the counts
assay, containing the UMI counts for each gene in each cell. Row- and column-level
metadata are also provided.
HCAData()
sce_cordblood <- HCAData("ica_cord_blood")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.