Skip to contents

This function downloads the PBMC TotalSeq data set.

Usage

download_pbmc_totalseq_data(quiet = FALSE)

Arguments

quiet

Boolean. If the download shall be quiet.

Value

String. The path to the TotalSeq data.

Examples

if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_pbmc_totalseq_data()
read_tenx_h5_metadata(path)$feature_types
} # }