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

Method printPloidy

src/GenomeCopyNumber.cpp:3377–3381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3375}
3376
3377void GenomeCopyNumber::printPloidy(std::string const& outFile) {
3378 std::ofstream file (outFile.c_str());
3379 printPloidy(file);
3380 file.close();
3381}
3382
3383void GenomeCopyNumber::printPloidy(std::ofstream & file) {
3384 file << "Sample ploidy is " << ploidy_ << " with p-value " << ploidy_pvalue_ << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected