Description Usage Arguments Details Value
View source: R/PolyHaplotyper.R
A simple interface to run SATlotyper
1 2 | run.SATlotyper(path_to_SATlotyper, infile, outfile,
SAT_solver="sat4j.conf")
|
path_to_SATlotyper |
path to the folder where SATlotyper.jar and the *.conf files of the SAT-solvers are located |
infile |
name (and path) to the SATlotyper input file |
outfile |
name (and path) for the SATlotyper output file (an xml file) |
SAT_solver |
name of the *.conf file for the SAT-solver to use. Default "sat4j.conf" because this works under both Windows and Linux. |
This function issues a system command to invoke SATlotyper. Java and SATlotyper must be installed. This is just a simple interface for convenience; for more control run SATlotyper directly from the command window.
The return is a list with elements:
$cmd : the command passed to the system
$result: screen output from SATlotyper; this
contains some extra info not present in the output xml file)
The main result is the outfile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.