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