Skip to contents

Helper function to obtain some sample data

Usage

get_testing_data(version = "hsa.latest", destination = tempdir())

Arguments

version

Which sample dataset

destination

Save to this directory

Value

A list of datasets that can be used to test scGate

Examples

if (FALSE) { # \dontrun{
testing.datasets <- get_testing_data(version = 'hsa.latest')
} # }