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

Method getNucleotideAt

src/SNPatChr.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55char SNPatChr::getNucleotideAt(int index) {
56 return SNPpositionArray_[index].getNucleotide();
57}
58
59void SNPatChr::setValueAt(int index,float value) {
60 SNPpositionArray_[index].setFrequency(value);

Callers 1

processPileUPLineMethod · 0.80

Calls 1

getNucleotideMethod · 0.80

Tested by

no test coverage detected