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

Method readMateFile

src/SNPinGenome.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void SNPinGenome::readMateFile(std::string const& mateFile, std::string const& inputFormat, int minimalTotalLetterCountPerPosition, int minimalQualityPerPosition) {
186 assignValues(mateFile, inputFormat, minimalTotalLetterCountPerPosition,minimalQualityPerPosition);
187 pileup_read = true;
188}
189
190void SNPinGenome::readMateFile(std::string const& mateFile, std::string const& inputFormat, int minimalTotalLetterCountPerPosition, int minimalQualityPerPosition, GenomeCopyNumber& genomeCopyNumber, std::string const& chrLenFileName, int windowSize, int step, std::string targetBed) {
191 // must perform partly GenomeCopyNumber::readCopyNumber line #114, all but fillMyHash

Callers 1

Calls 1

initCopyNumberMethod · 0.80

Tested by

no test coverage detected