Set the insertion 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="insertion.tolerance",value=value,index=index)
.
See setParameterAtSites.Sequence
for more details.
# S3 method for Sequence
setInsertionTolerance(this, process, value, index, ...)
A Sequence object.
A Process object.
A numeric vector, recycled if shorter than the index vector.
An integer vector specifying a set of positions. It is set to 1:seq$length if omitted.
Not used.
The Sequence object (invisible).
setParameterAtSites.Sequence