Description Details Methods Author(s) Examples
The GenomicHilbertCurve class
The GenomicHilbertCurve-class
is inherited from the HilbertCurve-class
. Basically
the structure of this class is almost the same as the HilbertCurve-class
but with several
additional slots added to facilitate visualizing genomic data.
The GenomicHilbertCurve-class
provides following methods:
GenomicHilbertCurve
: constructor method;
hc_points,GenomicHilbertCurve-method
: add points;
hc_segments,GenomicHilbertCurve-method
: add lines;
hc_rect,GenomicHilbertCurve-method
: add rectangles;
hc_polygon,GenomicHilbertCurve-method
: add poygons;
hc_text,GenomicHilbertCurve-method
: add text;
hc_layer,GenomicHilbertCurve-method
: add layers undel "pixel" mode;
hc_map,GenomicHilbertCurve-method
: show the map of different categories on the curve. Works both for "normal" and "pixel" mode
The usage of above functions are almost same as those functions for the HilbertCurve-class
except that the second argument which specifies the intervals should be a GRanges
object.
Zuguang Gu <z.gu@dkfz.de>
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.