MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / toString

Method toString

src/openms/source/FORMAT/TriqlerFile.cpp:387–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387String TriqlerFile::TriqlerLine_::toString() const
388{
389 const String delim("\t");
390 return run_
391 + delim + condition_
392 + delim + precursor_charge_
393 + delim + search_score_
394 + delim + intensity_
395 + delim + sequence_
396 + delim + accession_;
397}

Callers 15

storeMethod · 0.45
storeMethod · 0.45
endElementMethod · 0.45
collectQCDataMethod · 0.45
storeMethod · 0.45
getScanIdentifierMethod · 0.45
preparePin_Method · 0.45
updateMembers_Method · 0.45
writeHeader_Method · 0.45
storeMethod · 0.45
storeMetaInfo_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected