Skip to contents

This function downloads the PBMC8k dataset from 10x Genomics (uploaded on Zenodo) and extracts it and returns the (temporary) paths.

Usage

download_pbmc8k(quiet = FALSE)

Arguments

quiet

Boolean. If the download shall be quiet.

Value

String. The path to the extracted PBMC8K data.

Examples

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