splitChrs {methylPipe} | R Documentation |
Helper function to partition genome chromosome-wise for parallel computation. This function is not intended for the user to call directly.
splitChrs(chrs, org)
chrs |
character; an aray of chromome names in the form chr1, .., chrX |
org |
an object of class BSgenome |
A data frame with chromosome name, start and end position of each chunk.