gtrack.modify | R Documentation |
Modifies 'Dense' track contents.
gtrack.modify(track = NULL, expr = NULL, intervals = NULL)
track |
track name |
expr |
track expression |
intervals |
genomic scope for which track is modified |
This function modifies the contents of a 'Dense' track by the values of 'expr'. 'intervals' argument controls which portion of the track is modified. The iterator policy is set internally to the bin size of the track.
None.
gtrack.create
, gtrack.rm
gdb.init_examples()
intervs <- gintervals(1, 300, 800)
gextract("dense_track", intervs)
gtrack.modify("dense_track", "dense_track * 2", intervs)
gextract("dense_track", intervs)
gtrack.modify("dense_track", "dense_track / 2", intervs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.