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

Method setType

src/EntryCNV.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void EntryCNV::setType (string type) {
106 type_=type;
107}
108
109float EntryCNV::compare(EntryCNV c2, int overlapPrecision, int & left, int & right, float ploidy, float controlPloidy) { //return overlap
110 if (chr_.compare(c2.getChr())!=0)

Callers 1

calculateSomaticCNVsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected