Description Usage Arguments Value Author(s) See Also
Set the deletion tolerance site-process specific parameter for a collection of Site objects aggregated by a Sequence object.
This method does some error checking and the calls setParameterAtSites(this=this,process=process,id="deletion.tolerance",value=value,index=index)
.
See setParameterAtSites.Sequence
for more details.
1 2 | ## S3 method for class 'Sequence'
setDeletionTolerance(this, process, value, index, ...)
|
this |
A Sequence object. |
process |
A Process object. |
value |
A numeric vector, recycled if shorter than the index vector. |
index |
An integer vector specifying a set of positions. It is set to 1:seq$length if omitted. |
... |
Not used. |
The Sequence object (invisible).
Botond Sipos, Gregory Jordan
setParameterAtSites.Sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.