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

Method EntryCNV

src/EntryCNV.cpp:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std ;
25
26EntryCNV::EntryCNV(string chr, int start, int end, int startCoord, int endCoord, int copyNumber) {
27 chr_ = chr;
28 start_ = start;
29 end_ = end;
30 startCoord_ = startCoord;
31 endCoord_ = endCoord;
32 copyNumber_ = copyNumber;
33 estimatedBAFuncertainty_ = NA;
34 medianBAFSymbol_ = "";
35 type_="";
36 isBAFassessed_=0;
37}
38
39EntryCNV::EntryCNV(string chr, int start, int end, int startCoord, int endCoord, int copyNumber,float estimatedBAFuncertainty, std::string medianBAFSymbol, bool hasBAF) {
40 chr_ = chr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected