gr.quantile | R Documentation |
Computes width weighted quantiles of some GRanges metadata field "field"
gr.quantile(gr, qs, field = values(gr)[1], na.rm = FALSE)
gr |
GRanges |
qs |
quantiles ie numeric between 0 and 1 larger than 1, both boundary will be considered individual breakpoints |
field |
metadata field of gr to query (default is the first metadata field) |
numeric vector of length qs corresponding to the width weighted quantiles specified by qs
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.