#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/CONCEPT/LogStream.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/DATASTRUCTURES/ListUtils.h>
#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <OpenMS/FORMAT/FASTAFile.h>
#include <functional>
#include <fstream>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <boost/regex.hpp>
Go to the source code of this file.
◆ OpenMS::DecoyHelper::Result
struct OpenMS::DecoyHelper::Result |
Class Members |
bool |
is_prefix |
on success, was it a prefix or suffix |
String |
name |
on success, what was the decoy string? |
bool |
success |
did more than 40% of proteins have the *same* prefix or suffix |