This function is to calculate the MuSiC deconvolution proportions with clusters
music_prop.cluster(
bulk.mtx,
sc.sce,
group.markers,
groups,
clusters,
samples,
clusters.type,
verbose = TRUE,
iter.max = 1000,
nu = 1e-04,
eps = 0.01,
centered = FALSE,
normalize = FALSE,
...
)
Matrix of expression for bulk data
SingleCellExperiment for single cell data
list of gene names. The list include differential expressed genes within groups. List name must be the same as `clusters.type`.
character, the colData of single cell data used as groups;
character, the colData of single cell dataset used as clusters;
character,the colData of single cell dataset used as samples;
list of cell types. The list identify groups of similar cell types.
logical, default as TRUE.
numeric, maximum iteration number
regulation parameter, take care of weight when taking reciprocal
Threshold of convergence
logic, subtract avg of Y and D
logic, divide Y and D by their standard deviation
matrix of estimated proportions by MuSiC with cluster information.