Several evaluation metrics are provided, such as mean absolute deviance (MAD), Kendall-tau correlation coefficient (Ken), Pearson correlation coefficient (Cor), given true cell type proportions.
evaluate(est.prop,true.prop)
Arguments
est.prop: The estimated cell type proportions.
true.prop: The True cell type proportions
Returns
Cell-type level evaluations based on MAD, Ken, and Pearson (cell.type.eva), and overall evaluations based on averaged MAD, Ken, and Pearson (all.eva).