Copied from old Giotto, likely needs to be updated for Giotto Suite

Installation

Data availability

# choose your directory
my_working_dir = getwd()

# standard download data to working directory
getSpatialDataset(dataset = 'merfish_preoptic', directory = my_working_dir)

# use wget to  download data to working directory (much faster)
getSpatialDataset(dataset = 'merfish_preoptic', directory = my_working_dir, method = 'wget')

# avoid certification issues with wget
getSpatialDataset(dataset = 'merfish_preoptic', directory = my_working_dir, method = 'wget', extra = '--no-check-certificate')

# see download.file for more options
?download.file


drieslab/Giotto_site_suite documentation built on April 26, 2023, 11:51 p.m.