
Download PBMCs with demuxlet doublet information
download_demuxlet_pbmc.RdThis function downloads a PBMC data set with demuxlet information to test doublet detection methods.
Examples
if (FALSE) { # \dontrun{
# pulls the archive into the session tempdir()
path <- download_demuxlet_pbmc()
list.files(path)
} # }