Description Usage Arguments Value Author(s) Examples
Run an example of NGScopy at UNIX-like command line
1 | ngscopy_cmdline_example(ifRun = FALSE, pcThreads = 1)
|
ifRun |
logical, whether to run |
pcThreads |
numeric, the number of processors performing the parallel computing. |
character, the command line.
Xiaobei Zhao
1 2 3 4 5 6 7 8 9 10 11 | ## To run at R prompt
ngscopy_cmdline_example()
## Not run:
ngscopy_cmdline_example(ifRun=TRUE) # Note: this would take a while. And
# R will create a folder for output
# at current working directory
## End(Not run)
## ## To run at Unix-like command line (not at R prompt)
## Rscript -e "require(methods);NGScopy::ngscopy_cmdline_example(TRUE)"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.