OpenMS
|
Finds decoy strings in ProteinIdentification runs. More...
#include <OpenMS/ANALYSIS/ID/FalseDiscoveryRate.h>
Classes | |
struct | Result |
Finds the most common decoy string in the accessions of proteins . Checks for suffix and prefix and some common decoy strings. Only successful if more than 30% had a common string. More... | |
Static Public Member Functions | |
static Result | findDecoyString (const ProteinIdentification &proteins) |
Finds decoy strings in ProteinIdentification runs.
struct OpenMS::FalseDiscoveryRate::DecoyStringHelper::Result |
Finds the most common decoy string in the accessions of proteins
. Checks for suffix and prefix and some common decoy strings. Only successful if more than 30% had a common string.
A result of the findDecoyString function
proteins | Input proteins with accessions |
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 30% of proteins have the same prefix or suffix |
|
static |