Description Usage Arguments Value See Also Examples
Function to generate aesthetically pleasing window size label given an
integer. This is one of the helper function used in
getFeatureCounts
& getFeatureCountsBig
.
1 |
x |
vector of integers to generate the labels for. |
a character vector of length(x) which has x normalized and suffixed by bp, Kb, Mb, or Gb depending on respective interval sizes.
getFeatureCounts
, makeGRanges
,
getNearestFeature
, getSitesInFeature
.
1 | getWindowLabel(c(0, 1e7, 1e3, 1e6, 2e9))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.