Initial formatting of Merscope data to work with Seurat and Kandinsky
prepare_merscope_seurat(
path = NULL,
dataset.id = "X",
pattern = NULL,
fovs = NULL
)
character string specifying the path to the Merscope input files directory
character string that will be used to name the output Seurat object identity
character string that will be used as a key to identify Merscope input file names in case when input files from multiple Merscope samples/slides are stored in the same directory
vector of FOV identifiers to subset for downstream analysis.
a Seurat object containing Merscope count matrix, metadata, and additional files/file paths to be used for downstream analysis with Kandinsky functions
This function will use Vizgen Merscope raw input data to build a new Seurat object. All Merscope input files must be stored in the same folder that will be specified to call the function
Other prepare_data:
prepare_cosmx_seurat()
,
prepare_g4x_seurat()
,
prepare_proseg_seurat()
,
prepare_slideseq_seurat()
,
prepare_visiumHD_seurat()
,
prepare_visium_seurat()
,
prepare_xenium_seurat()