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