pgb_liv\php_ms\Statistic\FalseDiscoveryRate::calculateFdr

    Signature

    private function calculateFdr(array $scores, array $isDecoy )

    Parameters

    $scores — array



    $isDecoy — array

    Test Coverage

    Information

    • Coverage: 0/21 Lines (0%)
    • Tests: 0
    • Passed: 0 (0%)

    Violations

    PHPMessDetector

    Line Rule Message
    121 - 146 CamelCaseVariableName The variable $V is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $S is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $V is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $S is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $R is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $V is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $S is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $R is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $V is not named in camelCase.
    121 - 146 CamelCaseVariableName The variable $R is not named in camelCase.
    125 ShortVariable Avoid variables with short names like $V. Configured minimum length is 3.
    126 ShortVariable Avoid variables with short names like $S. Configured minimum length is 3.
    130 - 132 ElseExpression The method calculateFdr uses an else expression. Else is never necessary and you can simplify the code to work without else.