Calculates the FDR of all identifications, and stores them depending on options used for this instance.
Signature
public function getFdrAll(array
$identifications,
string
$scoreKey,
[int
$sort = SORT_DESC] )
Parameters
$identifications
—
array
$scoreKey
—
string
$sort
—
int
Direction of sort, use SORT_DESC or SORT_ASC. If $sort=null, no sorting will be performed. This setting is recommended only when the data is already sorted.