Description Usage Arguments Examples
View source: R/mendel-interface.R
Run the mendel binary in directory Dir using control file Control
1 | run_mendel(Dir, Control)
|
Dir |
the directory in which to run mendel |
Control |
the "control file" with which to run mendel. If not an absolute path it should be given relative to the Dir directory. |
1 2 3 4 5 6 7 8 | ## Not run:
# first prepare the input files and define tmpDir
example(write_all_mendel_files)
# then run mendel
run_mendel(tmpDir, "mendel-example-Control.in")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.