Skip to contents

This function downloads the CD34 data set from the SEACells paper into the temperorary directory.

Usage

download_cd34_data(quiet = FALSE)

Arguments

quiet

Boolean. If the download shall be quiet.

Value

String. The path to CD34 SEACells data set.

References

Persad, et al., Nat. Biotechnol., 2023

Examples

if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_cd34_data()
get_h5ad_dimensions(path)$dims
} # }