Description Usage Arguments Value Examples
An IRanges iterator
1 2 | ## S3 method for class 'IRanges'
iter(obj, ...)
|
obj |
A IRanges object. |
... |
Additional arguments affecting the iterator. |
The iterator
1 2 3 4 | iR <- iter(IRanges(1:3, 10:13))
nextElem(iR)
nextElem(iR)
nextElem(iR)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.