cutoff_predictor: Predict cutoff thresholds for use with mlg.filter
Description
Given a series of thresholds for a data set that collapse it into one giant
cluster, this will search the top fraction of threshold differences to find
the largest difference. The average between the thresholds spanning that
difference is the cutoff threshold defining the clonal lineage threshold.
Usage
cutoff_predictor(thresholds, fraction = 0.5)
Arguments
thresholds
a vector of numerics coming from mlg.filter where the
threshold has been set to the maximum threshold theoretically possible.
fraction
the fraction of the data to seek the threshold.
Value
a numeric value representing the threshold at which multilocus
lineages should be defined.
References
ZN Kamvar, JC Brooks, and NJ Grünwald. 2015. Supplementary
Material for Frontiers Plant Genetics and Genomics 'Novel R tools for
analysis of genome-wide population genetic data with emphasis on clonality'.
DOI: http://dx.doi.org/10.5281/zenodo.17424{10.5281/zenodo.17424}
Kamvar ZN, Brooks JC and Grünwald NJ (2015) Novel R tools for analysis of
genome-wide population genetic data with emphasis on clonality. Front. Genet.
6:208. doi:
http://dx.doi.org/10.3389/fgene.2015.00208{10.3389/fgene.2015.00208}