Skip to contents

This function downloads two different h5ad files for testing batch correction methods into the temporary directory.

Usage

download_pbmc_batches(quiet = FALSE)

Arguments

quiet

Boolean. If the download shall be quiet.

Value

String. The path to the directory with the PBMC h5ad files.

Examples

if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_pbmc_batches()
list.files(path)
} # }