View source: R/Deconvolution_family.R
getSingleCellDeconv | R Documentation |
Run the a cell type deconvolution using the SpaceXR/RCTD algorithm from SPATA objects
getSingleCellDeconv( object, deconv_cell_types, spot_extension = NULL, multicore = T, flip.y = T, workers = 16, scale_factor = NULL )
object |
SPATA2 object |
deconv_cell_types |
Character value of all celltypes (from the feature data.frame) should be used |
spot_extension |
Numeric value between 0 and 0.7. Specifies extension of the spot radius to include more cells. For example, a spot extension of 0.2 will increase the spot radius of 20%) |
multicore |
Logical. If TRUE will be run on all cores (recommended) |
flip.y |
Logical. If TRUE y axis will be flipped |
scale_factor |
Numeric value, if adjustment of the SPATAwrappers::getNucleusPosition() is required |
Dieter Henrik Heiland
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.