MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / stringFromBool

Function stringFromBool

src/myFunc.cpp:1535–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533 return rmserror;
1534}
1535std::string stringFromBool (bool value) {
1536 if (value) return "True";
1537 return "False";
1538}
1539
1540float runEM (const vector<float>& x,const vector<float>& y,double * a, int degree, int & NumberOfIterations,int ploidy, int maximalNumberOfCopies, bool intercept, float contamination) {
1541 if (contamination==0) contamination=0.3; //starting from v11.2 - to improve the fit

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected