bedToCoor: Convert a BED file to chromosome-separated csv files.
Description
Convert a BED file to chromosome-separated csv files.
Usage
bedToCoor(bed.path, output.path = "coordinate/", compress = TRUE)
Arguments
- bed.path
A path to a BED file.
- output.path
Output directory path. It should be an empty directory.
Default to coordinate/
- compress
Logical. If TRUE, compress the output CSV files. Default to TRUE.