gr.flatmap | R Documentation |
Takes GRanges
pile and maps onto a flattened coordinate system defined by windows (GRanges object)
a provided "gap" (in sequence units). If squeeze == TRUE then will additionally squeeze ranges into xlim.
gr.flatmap(
gr,
windows,
gap = 0,
strand.agnostic = TRUE,
squeeze = FALSE,
xlim = c(0, 1)
)
gr |
|
windows |
|
gap |
TODO |
strand.agnostic |
TODO |
squeeze |
TODO |
xlim |
TODO |
output is list with two fields corresponding to data frames: $grl.segs = data frame of input gr's "lifted" onto new flattened coordinate space (NOTE: nrow of this not necessarily equal to length(gr)) $window.segs = the coordinates of input windows in the new flattened (and squeezed) space
TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.