View source: R/find_peaks_resample_95_CI.R
generateKsDistribution | R Documentation |
This function generates a Ks (synonymous substitution rates) distribution from raw Ks values.
generateKsDistribution(ksraw, speciesName = NULL, maxK = 5)
ksraw |
A numeric vector containing raw Ks values. |
speciesName |
(Optional) A character string specifying the species name associated with the Ks values. |
maxK |
A numeric value indicating the maximum Ks value to consider in the distribution. |
A numeric vector containing the binned Ks distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.