Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getPositionAt
Method
getPositionAt
src/SNPatChr.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
int SNPatChr::getPositionAt (int index) {
52
return SNPpositionArray_[index].getPosition();
53
}
54
55
char SNPatChr::getNucleotideAt(int index) {
56
return SNPpositionArray_[index].getNucleotide();
Callers
4
processPileUPLine
Method · 0.80
addInfoFromAPileUp
Method · 0.80
printBAF
Method · 0.80
addBAFinfo
Method · 0.80
Calls
1
getPosition
Method · 0.80
Tested by
no test coverage detected