Description Usage Arguments Details Value See Also Examples
getBins
1 |
chroms |
(character) chromosomes to generate bins for |
ideo |
(data.frame) ideogram table as generated by |
stepSize |
(integer) bin size in bases |
binLim |
(numeric, |
length 2) [start, end] of genomic range to generate bins for. A value of NULL results in binning of entire chromosome
Get uniformly-sized bins of specified width
This is a helper function used to generate binned data for plotOnIdeo()
. It takes the chromosome-wide extents from ideo, which is essentially the cytoBandIdeo table from UCSC browser with the header as the first row. A use case is to generate bins using this function and supply the output to avgByBin()
to bin the data.
(GRanges) bin ranges in 1-base coordinates
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.