Calculate Pearson correlation, RMSE and mAD between real and estimated cell type proportions
Eval_multi(
prop.real,
prop.est,
method.name = NULL,
by.subject = FALSE,
select.ct = NULL,
...
)
a matrix of real cell type proportions
a matrix or a list of matrices of estimated cell type proportions
vector of the names of estmation methods. Default is NULL and the names will be generated automatically as 'Est1', 'Est2', ...
logical, default is FALSE. If TRUE, Pearson correlation is estimated subject by subject.
a vector of cell types selected for evaluation. Default is NULL. If select.ct is NULL, we evaluate real and estimated cell type proportion with all common cell types. Otherwise use only selected cell types.
a matrix of evaluation