runSpatialDeconv
¶
runSpatialDeconv
Description¶
Function to perform deconvolution based on single cell expression data
Usage¶
runSpatialDeconv(
gobject,
deconv_method = c("DWLS"),
expression_values = c("normalized"),
logbase = 2,
cluster_column = "leiden_clus",
sign_matrix,
n_cell = 50,
cutoff = 2,
name = NULL,
return_gobject = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
method to use for deconvolution |
|
expression values to use |
|
base used for log normalization |
|
name of cluster column |
|
signature matrix for deconvolution |
|
number of cells per spot |
|
cut off (default = 2) |
|
name to give to spatial deconvolution results |
|
return giotto object |
Value¶
giotto object or deconvolution results