
Download two different PBMC data sets for batch correction testing
download_pbmc_batches.RdThis function downloads two different h5ad files for testing batch correction methods into the temporary directory.
Examples
if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_pbmc_batches()
list.files(path)
} # }