View source: R/motif_enrichment_HOMER.R
findHomer | R Documentation |
Find absolute path to HOMER script file.
findHomer(homerfile = "findMotifsGenome.pl", dirs = NULL)
homerfile |
Name of the script file to search. |
dirs |
Directory names to look for |
In addition to dirs
, findHomer
will also look in the
directory provided in the environment variable MONALISA_HOMER
.
Absolute path to homerfile
, or NA
if none or several
were found.
homer_path <- findHomer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.