
Download PBMC8K data from Zenodo
download_pbmc8k.RdThis function downloads the PBMC8k dataset from 10x Genomics (uploaded on Zenodo) and extracts it and returns the (temporary) paths.
Examples
if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_pbmc8k()
list.files(path)
} # }