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

Method getGeneNameAtBin

src/ChrCopyNumber.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308
309std::string ChrCopyNumber::getGeneNameAtBin(int i)
310{
311 if (i<int(genes_names.size()))
312 return genes_names[i];
313 return "";
314}
315
316float ChrCopyNumber::getValueAt(int i) {
317 return readCount_[i];

Callers 2

printRatioMethod · 0.80
printCopyNumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected