| 126 | } |
| 127 | |
| 128 | void MSQuantifications::assignUIDs() |
| 129 | { |
| 130 | for (std::vector<Assay>::iterator ait = assays_.begin(); ait != assays_.end(); ++ait) |
| 131 | { |
| 132 | ait->uid_ = String(UniqueIdGenerator::getUniqueId()); |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | void MSQuantifications::registerExperiment(PeakMap & exp, std::vector<std::vector<std::pair<String, double> > > label) |
| 137 | { |