qpf4ratio_wrapper | R Documentation |
This requires a working installation of qpF4ratio, which will be called using system
qpf4ratio_wrapper(
pref,
pops,
bin = "~np29/o2bin/qpF4ratio",
outdir = ".",
parfile = NULL,
blgsize = 0.05,
fancyf4 = "YES",
printonly = FALSE,
env = "",
verbose = TRUE
)
pref |
Path to and prefix of the packedancestrymap genotype files |
pops |
A vector of five populations, or a 5 x n matrix with population names. For each line |
bin |
Path to the qpF4ratio binary file |
outdir |
Output directory. files |
parfile |
qpF4ratio parameter file. If this is specified, |
blgsize |
blgsize |
fancyf4 |
fancyf4 |
printonly |
Should the command be printed or executed? |
env |
Export environmental variables. See examples. |
verbose |
Print progress updates |
If printonly
, the qpF4ratio
command, otherwise a data frame with parsed qpF4ratio
output
## Not run:
pops = c('Denisova.DG', 'Altai_Neanderthal.DG', 'Vindija.DG', 'Chimp.REF', 'Mbuti.DG')
qpf4ratio_wrapper('genotype_prefix', pops, bin = 'path/to/qpDstat')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.