Learn R Programming

Plasmidprofiler (version 0.1.6)

zetner_score: 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

Run this code
## Not run: 
# zetner_score(report)
# ## End(Not run)

Run the code above in your browser using DataLab