View source: R/calculateKsDistribution4wgd_multiple.v2.R
calculateKsDistribution4wgd_multiple | R Documentation |
This function takes a list of data files, calculates the Ks distribution, and returns the results.
calculateKsDistribution4wgd_multiple(
files_list,
binWidth = 0.1,
maxK = 5,
plot.mode = "weighted",
include.outliers = FALSE,
minK = 0,
minAlnLen = 0,
minIdn = 0,
minCov = 0
)
files_list |
A list of file paths containing Ks data. |
binWidth |
The width of Ks bins for the distribution. |
maxK |
The maximum Ks value to consider. |
plot.mode |
The mode for plotting ("weighted", "average", "min", or "pairwise"). |
include.outliers |
Whether to include outliers in the calculation. |
minK |
The minimum Ks value to include in the distribution. |
minAlnLen |
The minimum alignment length to include in the distribution. |
minIdn |
The minimum alignment identity to include in the distribution. |
minCov |
The minimum alignment coverage to include in the distribution. |
A list containing two data frames: "bar" for Ks distribution and "density" for density data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.