process_homer {ALPS}R Documentation

Process homer format

Description

Process homer format

Usage

process_homer(x)

Arguments

x

path to homer format file

Value

data.frame

Examples

myc_homer <- system.file('extdata/motifs', 'cmyc.homer', package = 'ALPS', mustWork = TRUE)
myc_df <- process_homer(x = myc_homer)

[Package ALPS version 1.2.0 Index]