View source: R/CARD.SCMapping.R
CARD_SCMapping | R Documentation |
Extension of CARD into performing single cell Mapping from non-single cell spatial transcriptomics dataset.
CARD_SCMapping(CARD_object, shapeSpot = "Square", numCell, ncore = 10)
CARD_object |
CARD object create by the createCARDObject function. |
shapeSpot |
a character indicating whether the sampled spatial coordinates for single cells locating in a Square-like region or a Circle-like region. The center of this region is the measured spatial location in the non-single cell resolution spatial transcriptomics data. The default is "Square", the other shape is "Circle" |
numCell |
a numeric value indicating the number of single cells in each measured location, we suggest 20 for ST technology, 7 for 10x Viisum and 2 for Slide-seq |
ncore |
a numeric value indicating the number of cores used to accelerating the procedure |
Returns a SingleCellExperiment SCE object with the mapped expression at single cell resolution and the spatial location information of each single cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.