I am trying to run MutSig with with the three minimal input files (and output path):
MutSigCV('mutations.maf','coverage.txt','covariates.txt','output.txt')
However, I am getting the following error message:
======================================
MutSigCV
v1.4
(c) Mike Lawrence and Gaddy Getz
Broad Institute of MIT and Harvard
======================================
MutSigCV: PREPROCESS
--------------------
Loading mutation_file...
Loading coverage file...
Processing mutation "effect"...
Error using MutSigCV>MutSig_preprocess (line 291)
missing mutation_type_dictionary_file**
Error in MutSigCV (line 184)
MutSig_preprocess(mutation_file,coverage_file,covariate_file,output_filestem,varargin{:})
------------------------
I would expect this error if I had entered additional parameters (when you only have a .maf file), but I am trying to follow the instructions as provided on this website:
https://www.broadinstitute.org/cancer/cga/mutsig_run
Does anyone know how to fix this problem? I guess I can change the source code, but I was hoping that there was a simpler solution. Or, if you have contact information for a MutSig support team, then that would also be helpful.
FYI, it wasn't that hard to skip the pre-process step in the source code (and avoid renaming the files for the second step). So, that is how I fixed the problem. I'll leave the question up, just in case somebody has a better suggestion. For example, I wouldn't have been able to do this without a MATLAB license.