Difference between revisions of "HOMER"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Biology]][[Category:NGS]] | + | [[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Sequencing]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|homer}} | |{{#vardefine:app|homer}} |
Latest revision as of 18:19, 15 August 2022
Description
HOMER (Hypergeometric Optimization of Motif EnRichment) is a suite of tools for Motif Discovery and next-gen sequencing analysis. It is a collection of command line programs for unix-style operating systems written in Perl and C++. HOMER was primarily written as a de novo motif discovery algorithm and is well suited for finding 8-20 bp motifs in large scale genomics data. HOMER contains many useful tools for analyzing ChIP-Seq, GRO-Seq, RNA-Seq, DNase-Seq, Hi-C and numerous other types of functional genomics sequencing data sets.
Environment Modules
Run module spider homer
to find out what environment modules are available for this application.
System Variables
- HPC_HOMER_DIR - installation directory
Additional Information
Specify -preparsedDir <directory>
while running findMotifsGenome.pl to store the pre-parsed genome files locally as the data/genomes/*/preparsed/ are not writable by users.