Load MERSCOPE data from folder
.load_merscope_folder(
dir_items,
data_to_use,
fovs = NULL,
poly_z_indices = seq(from = 1, to = 7),
cores = NA,
verbose = TRUE
)
.load_merscope_folder_subcellular(
dir_items,
data_to_use,
cores = NA,
poly_z_indices = 1L:7L,
verbose = TRUE,
fovs = NULL
)
.load_merscope_folder_aggregate(
dir_items,
data_to_use,
cores = NA,
verbose = TRUE
)
list of full filepaths from
.read_merscope_folder
which of either the 'subcellular' or 'aggregate' information to use for object creation
how many cores or threads to use to read data if paths are provided
be verbose when building Giotto object
list of loaded-in MERSCOPE data
.load_merscope_folder_subcellular()
: Load items for 'subcellular' workflow
.load_merscope_folder_aggregate()
: Load items for 'aggregate' workflow