Function to import a genomic feature bed file. The bed file must contain coordinates of the genomic features. It can be for instance ChIP-seq peak coordinates or functional element coordinates.
Usage
readGFBed(GFBedFile, seqInfoChr)
Arguments
GFBedFile
The name of the bed file. If it does not contain an absolute path, the file name is relative to the current working directory.