Usage
gen.RAD.loci.datasets(rads, trees = "none", loci = "all",
taxa = "all", minTaxa = 4,
onlyVariable = TRUE, fileBase = "DEFAULT",
splitInto = 1,
cores = 2,
raxSinglePath = "raxmlHPC-AVX",
raxMultiPath = "raxmlHPC-PTHREADS-AVX",
header = "#!/bin/sh")
Arguments
rads
an object of class pyRAD.loci
trees
a set of trees, or 'none' if no trees are being used (e.g., if you just
want to export loci one-by-one for analysis)
loci
a vector of locus names to include in analysis, or 'all.' Typically, use 'all'
here, because part of what this function does is subset loci for you based
on criteria you provide
taxa
a vector of taxa to include in analysis, or 'all' for all taxa
minTaxa
an integer, specifying the minimum number of taxa required to export a locus
onlyVariable
either TRUE
or FALSE
depending on whether loci should be
variable or not to be exported
fileBase
base name for the directories and files created by this function;
defaults to a handy dated format
splitInto
the number of folders to split files into for analysis, in case you
want to run several instances of RAxML to get through analysis more
quickly
cores
the number of processing cores to use for the RAxML full-matrix analysis
raxSinglePath
the path to your RAxML executable, single-core installation
raxMultiPath
the path to your RAxML executable, multi-core installation
header
header for the top of your shell scripts / bash files; not necessary
for a Windows batch file (.bat
), but defaults to the header
needed for a Linux shell script