The panel size matrix L and mutation type matrix V are of size P
(the mutation context) by N (the sample size).
The catalog signature profile matrix has dimension of P by K
(the number of signatures). For single base substitutions (SBS),
P is 96. For the objects V, L, and W, we must have dim(V) = dim(L)
and ncol(W) = K, where K is the number of signatures.
EstimateSigActivity() uses the EM algorithm to estimate signature
n.start, iter.max and eps control EM part. Because the convergence
to a local saddle point can be an issue of the EM algorithm,
it would be good practice to try multiple initial values
(n.start, the default is 50). For each initial value, the default
value of the maximal iteration of the EM algorithm (iter.max) is 5000,
and the stopping tolerance (eps) is set to 1e-5. For the catalog
signature profile matrix W, reference SBS TMB signature
profiles in data(SimData) can be used.