This function can be used the read BED files in the standard format into R.
Usage
readBed(bed.file = NULL)
Arguments
bed.file
Character string with the path of the BED file which the data are to be read from. If no path is provided, the function file.choose is called to interactively load the file.