Rgb (version 1.5.1)

sliceable-class: Class

Description

Reference classes extending this virtual class must have a slice method, as a generic draw method based on it is provided.

Arguments

Extends

Class , directly. All reference classes extend and inherit methods from .

Fields

The following fields are inherited (from the corresponding class):
  • name ()
  • parameters ()

Methods

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):
  • callParams ()
  • callSuper ()
  • check ()
  • chromosomes ()
  • copy ()
  • defaultParams (, overloaded)
  • draw (, overloaded)
  • export ()
  • field ()
  • fix.param ()
  • getChromEnd (, overloaded)
  • getClass ()
  • getName ()
  • getParam ()
  • getRefClass ()
  • import ()
  • initFields ()
  • initialize ()
  • setName ()
  • setParam ()
  • show (, overloaded)
  • trace ()
  • untrace ()
  • usingMethods ()

See Also

, , cghRA.array