zetner_score {Plasmidprofiler}R Documentation

Adds the Zetner Score column to report

Description

Runs mimmax function on Coverage and Divergence, returns sum of normalized Coverage with negative normalized Divergence a value which is then normalized from 0 to 1.

Usage

zetner_score(report)

Arguments

report

Dataframe of results produced by subsampler or combine_results

Value

Report with zetner score added

See Also

subsampler, combine_results

Examples

## Not run: 
zetner_score(report)

## End(Not run)

[Package Plasmidprofiler version 0.1.6 Index]