Description Usage Arguments Details Value Author(s) See Also Examples
Produces a list of parameters for each of the functions used to carry out the various stages of the simulation.
1 2 | defaultControl(features = list(), bindDensity = list(),
readDensity = list(), readNames = list(), readSequence = list())
|
features |
Parameters for feature generation. |
bindDensity |
Parameters for the conversion of feature sequence into binding site densities. |
readDensity |
Parameters for the conversion of binding site densities into read densities. Always provides parameters
|
readNames |
Parameters for the generation of read names. |
readSequence |
Parameters for the conversion of read positions into read sequences. Always provides parameters
|
Any parameters passed as part of list to one of the arguments of defaultControl
will be passed on to
the corresponding function in simChIP
. The build-in defaults can be overwritten by providing a
list entry with the same name.
List of parameters for use as the control
argument to simChIP
.
Peter Humburg
1 2 | defaultControl()
defaultControl(features=list(maxTail=0), readSequence=list(readLen=50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.