R/analysis.R
music.iter.Rd
Scaling bulk data and signature matrix and estimate cell type proportion
music.iter(
Y,
D,
S,
Sigma,
iter.max = 1000,
nu = 1e-04,
eps = 0.01,
centered = FALSE,
normalize = FALSE
)
vector of bulk tissue expression
matrix, Signature matrix
vector of Avg. Library size
matrix of subject level variation (gene * cell type)
numeric, maximum iteration number
regulation parameter, when take reciprocal
threshold of convergence
logic, subtract avg of Y and D
logic, divide Y and D by their standard deviation
a list same as nnls.weight.basic