Description Usage Arguments Value See Also
The specified scanfunction is applied to the cross for every
element in vector x. This function uses the parallel package to
set up a cluster, initialiase a random-number generator stream, and run the
batch in parallel.
1 |
x |
An atomic vector to which the scan function is applied elementwise. |
scanfunction |
QTL scan function. The first argument of this function
must be the element of |
cross |
An R/qtl |
n.cluster |
Number of nodes to request for parallel execution. Any
number of processes can be requested with the argument |
iseed |
Seed for random number generator stream. |
... |
Additional keyword arguments passed to the scan function. |
List of QTL scan results.
Other scan utility functions: batchPermScanoneF,
batchPermScanone,
batchPermScantwoF,
batchPermScantwo,
batchPhenoScanone,
batchPhenoScantwo,
nodePermScanoneF,
nodePermScanone,
nodePermScantwoF,
nodePermScantwo,
nodePhenoScanone,
nodePhenoScantwo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.