Description Usage Arguments Note Author(s) References
Run MavericK clustering algorithm
1 2 3 4 5 6 7 8 | maverickRun(
g,
params = NULL,
label = "MavericK_files",
data_fname = "data.txt",
param_fname = "parameters.txt",
exec = "Maverick1.0.5"
)
|
g |
a gtypes object. |
params |
a list specifying parameters for MavericK. All parameters are available and can be specified by partial matching. The function will automatically specify parameters related to data formatting (data, headerRow_on, missingData, ploidy, ploidyCol_on, popCol_on), so those will be ignored. For a full list of available parameters and their definitions, see the MavericK documentation distributed with the program. |
label |
folder where input and output files will be written to. |
data_fname |
file name of data input file. |
param_fname |
file name of parameters file. |
exec |
name of executable for MavericK. |
MavericK is not included with strataG
and must be downloaded
separately. It can be obtained from http://www.bobverity.com/.
Additionally, it must be installed such that it can be run from
the command line in the current working directory. See the vignette
for external.programs
for OS-specific installation instructions.
Eric Archer eric.archer@noaa.gov
Robert Verity and Richard Nichols. (2016) Estimating the number of
subpopulations (K) in structured populations. Genetics
Robert Verity and Richard Nichols. (2016) Documentation for MavericK
software: Version 1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.