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

Method insertProteinGroup

src/openms/source/METADATA/ProteinIdentification.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 void ProteinIdentification::insertProteinGroup(const ProteinIdentification::ProteinGroup& group)
317 {
318 protein_groups_.push_back(group);
319 }
320
321 const vector<ProteinIdentification::ProteinGroup>&
322 ProteinIdentification::getIndistinguishableProteins() const

Callers 4

endElementMethod · 0.80
exportIDsMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected