gr.flatten | R Documentation |
Takes pile of GRanges
and returns into a data.frame
with nrow = length(gr)
with each
representing the corresponding input range superimposed onto a single "flattened"
chromosome, with ranges laid end-to-end
gr.flatten(gr, gap = 0)
gr |
|
gap |
integer Number of bases between ranges on the new chromosome (default = 0) |
data.frame
with start and end coordinates, and all of the original metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.