getBins | R Documentation |
Make fixed-width bins based on given bin size.
getBins(chrom.lengths = hg19_chrlength, binsize = 1e+06, chromosomes = NULL)
chrom.lengths |
A named character vector with chromosome lengths. Names correspond to chromosomes. |
binsize |
Size of bins in basepairs |
chromosomes |
A subset of chromosomes for which the bins are generated. |
A data frame with chr start and end positions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.