Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for NAs during parameter estimation
Avoids errors when running copy number estimation: ``` titan: Parameter estimation Optimal state path computation: Using 8 cores. Error in if (objfun[maxFind] >= objfun[i]) { : missing value where TRUE/FALSE needed Calls: outputTitanResults ... runEMclonalCN -> estimateClonalCNParamsMap -> updateParameters ``` I couldn't determine the underlying source of NAs when reading the code but put in defensive checks which avoids the issue.
- Loading branch information