
Download the marrow CD34 example data from Palantir
download_marrow_cd34.RdThis function downloads the bone marrow CD34 data set from the Palantir paper into the temporary directory.
Examples
if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_marrow_cd34()
get_h5ad_dimensions(path)$dims
} # }