writeToBEDFile {GenoGAM} | R Documentation |
A function to write the data.table of peaks into a narrowPeaks or broadPeaks file
writeToBEDFile(peaks, file = NULL)
peaks |
A data.table or data.frame of peaks as produced by callPeaks() |
file |
A file name without suffix. It will be determined automatically. If no file is given, it will be written to a generic 'peaks_[timestamp]' file in the current working directory |
Nothing. A narrowPeaks or broadPeaks file written to 'file'
Georg Stricker georg.stricker@in.tum.de