Skip to contents

This function downloads a PBMC data set with demuxlet information to test doublet detection methods.

Usage

download_demuxlet_pbmc(quiet = FALSE)

Arguments

quiet

Boolean. If the download shall be quiet.

Value

String. The path to the extracted doublet detection data.

Examples

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