load_merscope_folder | R Documentation |
Load MERSCOPE data from folder
load_merscope_folder(
dir_items,
data_to_use,
fovs = NULL,
poly_z_indices = 1L:7L,
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
)
dir_items |
list of full filepaths from |
data_to_use |
which of either the 'subcellular' or 'aggregate' information to use for object creation |
cores |
how many cores or threads to use to read data if paths are provided |
verbose |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.