MCPcopy 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
51int SNPatChr::getPositionAt (int index) {
52 return SNPpositionArray_[index].getPosition();
53}
54
55char SNPatChr::getNucleotideAt(int index) {
56 return SNPpositionArray_[index].getNucleotide();

Callers 4

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

Calls 1

getPositionMethod · 0.80

Tested by

no test coverage detected