"sliceable"
Reference classes extending this virtual class must have a slice
method, as a generic draw
method based on it is provided.
The following fields are inherited (from the corresponding class):
slice(chrom, start, end)
:[Virtual method] Extract elements in the specified window, in a format suitable to draw(). - chrom : single integer, numeric or character value, the chromosomal location. NA is not handled. - start : single integer or numeric value, inferior boundary of the window. NA is not handled. - end : single integer or numeric value, superior boundary of the window. NA is not handled.
The following methods are inherited (from the corresponding class):