process_homer {ALPS} | R Documentation |
Process homer format
process_homer(x)
x |
path to homer format file |
data.frame
myc_homer <- system.file('extdata/motifs', 'cmyc.homer', package = 'ALPS', mustWork = TRUE) myc_df <- process_homer(x = myc_homer)