OpenMS
DecoyHelper::Result Struct Reference

#include <OpenMS/DATASTRUCTURES/FASTAContainer.h>

Collaboration diagram for DecoyHelper::Result:
[legend]

Public Member Functions

bool operator== (const Result &rhs) const
 

Public Attributes

bool success
 did more than 40% of proteins have the same prefix or suffix More...
 
String name
 on success, what was the decoy string? More...
 
bool is_prefix
 on success, was it a prefix or suffix More...
 

Member Function Documentation

◆ operator==()

bool operator== ( const Result rhs) const
inline

Member Data Documentation

◆ is_prefix

bool is_prefix

on success, was it a prefix or suffix

Referenced by DecoyHelper::Result::operator==().

◆ name

String name

on success, what was the decoy string?

Referenced by DecoyHelper::Result::operator==().

◆ success

bool success

did more than 40% of proteins have the same prefix or suffix

Referenced by DecoyHelper::Result::operator==().