bin_maker | R Documentation |
Take input of a GRanges object, and use that seqinfo to bin by bin_size
bin_maker(grr, bin_size = 30000, genome = NULL, one_to_x = TRUE)
grr |
GRanges object with seqinfo used to make bins |
bin_size |
base pairs by which to bin |
genome |
use this to add seqinfo if none extant (e.g. "hg19", "hg38") |
one_to_x |
logical indicating whether to use chr1..chrX for bin, as opposed to what is in input GRanges |
GRanges bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.