update_mu {scSorter} | R Documentation |
Mu Update
Description
Solves mu and delta given sample cluster assignment.
Usage
update_mu(dat, designmat, clus)
Arguments
dat |
A matrix of input data. |
designmat |
An indicator variable matrix records marker genes of each pre-specified cell type. |
clus |
A vector of cluster assignment. |
Value
A matrix of parameter estimates.
[Package scSorter version 0.0.2 Index]