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

Method getSize

src/SNPatChr.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75int SNPatChr::getSize() {
76 return SNPpositionArray_.size();
77}
78
79void SNPatChr::setBinAt(int index,int bin) {
80 SNPpositionArray_[index].setBin(bin);

Callers 4

processPileUPLineMethod · 0.80
addInfoFromAPileUpMethod · 0.80
printBAFMethod · 0.80
addBAFinfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected