README.md

marge

Overview

The aim of marge is to provide an R API to HOMER for the analysis of genomic data, utilizing a tidy framework to accelerate organization and visualization of analyses.

Installing HOMER

First, running marge requires having a working installation of HOMER on your computer. Please see the HOMER website for more information on installing and configuring HOMER and to learn more about the methodology. In particular, note that you should install your desired genomes in addition to installing HOMER using the ./configureHomer.pl script.

Note that working with a conda installation of HOMER is not well tested at this time. A potential workaround is below. I recommend installing directly from source.

Installing marge

To install the latest development version of marge, simply do:

devtools::install_github('robertamezquita/marge', ref = 'master')

Before Running marge

While marge will do its best to find HOMER, there are certain environments where it will not be able to do so, specifically, with regards to RStudio and conda installs of HOMER. In these cases, a custom path to HOMER can be provided if it is not found by the package's utilities by setting options('homer_path' = "/path/to/homer-4.10"). This can be set in your ~/.Rprofile so it loads the correct path automagically each time.

Usage

marge is currently semi-stable. The package currently includes the ability to:

Further details can be found in the associated vignette, describing installation and typical workflows encompassing basic/advanced usage schemas.

Compared to HOMER alone

Like the actual Homer Simpson, HOMER is made better with the addition of marge. With the continually increasing throughput in conducting sequencing analysis, marge provides a native R framework to work from end to end with motif analyses - from processing to storing to visualizing these results, all using modern tidy conventions.

Contact



robertamezquita/marge documentation built on Sept. 30, 2020, 6:15 a.m.