powered by
Probabilistically maps single cells based on (imputed) gene expression estimates, a set of mixture models, and an in situ spatial reference map.
InitialMapping(object, cells.use = NULL)
Seurat object
Which cells to map
Seurat object, where mapping probabilities for each bin are stored in object@final.prob
# NOT RUN { # Note that the PBMC test example object does not contain spatially restricted # examples below are only demonstrate code pmbc_small <- InitialMapping(pbmc_small) # } # NOT RUN { # }
Run the code above in your browser using DataLab