tile_bins | R Documentation |
refactored out of scan_spiked_bam for more explicit information flow
tile_bins(gr, binwidth = 300L)
gr |
the GRanges |
binwidth |
bin width to tile (default is 300) |
a GRanges of bins
bam <- system.file("extdata", "ex1.bam", package="Rsamtools", mustWork=TRUE) gr <- as(seqinfo_from_header(bam), "GRanges") genome(gr) <- "notspike" tile_bins(gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.