Split a segment ID in form chrN:start-end into its different components
Usage
get.id.components(id)
Arguments
id
segment ID of form chrN:start-end
Value
A character vector of length three, where the elements are chromosome, start, and end, respectively.
If id is a vector, a list of the same length is returned