runDWLSDeconv: runDWLSDeconv

Description Usage Arguments Value

View source: R/spatial_enrichment.R

Description

Function to perform DWLS deconvolution based on single cell expression data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
runDWLSDeconv(
  gobject,
  expression_values = c("normalized"),
  logbase = 2,
  cluster_column = "leiden_clus",
  sign_matrix,
  n_cell = 50,
  cutoff = 2,
  name = NULL,
  return_gobject = TRUE
)

Arguments

gobject

giotto object

expression_values

expression values to use

logbase

base used for log normalization

cluster_column

name of cluster column

sign_matrix

sig matrix for deconvolution

n_cell

number of cells per spot

cutoff

cut off (default = 2)

name

name to give to spatial deconvolution results, default = DWLS

return_gobject

return giotto object

Value

giotto object or deconvolution results


bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.