EpiDISH deconvolution
deconvolution_epidish(
ref_mat,
new_data,
epidish_method = "CBS",
epidish_nuv = seq(0.1, 1, 0.1),
epidish_maxit = 10000
)Reference matrix.
New data matrix.
One of `CBS` (Cibersort), `RPC` (Robust Partial Correlations), `CP` (Constrained Projection). Default is `CBS`. See `EpiDISH` documentation for more information.
A vector of candidate values used for svm. Only used when epidish_method is set to `CBS`. See `EpiDISH` documentation for more information.
Integer with the number of max iterations for IWLS (Iterative Weighted Least Squares). Only used when epidish_method is set to `RPC`.