Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ setBAFat
Method
setBAFat
src/ChrCopyNumber.cpp:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
void ChrCopyNumber::setBAFat(int i, float value) {
346
BAF_[i] = value;
347
}
348
349
void ChrCopyNumber::addToReadCount(float f) {
350
readCount_.push_back(f);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected