findHomer {monaLisa} | 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()