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

Method GenomeCopyNumber

src/GenomeCopyNumber.cpp:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std ;
25
26GenomeCopyNumber::GenomeCopyNumber(void)
27{
28 ploidy_ = NA;
29 step_=NA;
30 hasBAF_=0;
31 ifUsedControl_ = false;
32 normalContamination_=0;
33 sex_="";
34 SeekingSubc_ = false;
35 isMappUsed_=false;
36 totalNumberOfPairs_=0;
37 normalNumberOfPairs_=0;
38}
39
40bool GenomeCopyNumber::isMappUsed() {return isMappUsed_;}
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected