I want to use the HARP algorithm to pick apart reads from your published replication timing. After installing everything I am able to import the harp package. However, when trying to call the function
harp(f, index1prefix=/path index2prefix=/path)
I get an error saying it cannot find the function
Error: object 'harp' not found
I had a look at the NAMESPACE file and the rscript and there seem to be roxygen2 directives missing which prevent the package from exporting the contained function.
I want to use the HARP algorithm to pick apart reads from your published replication timing. After installing everything I am able to import the
harppackage. However, when trying to call the functionI get an error saying it cannot find the function
I had a look at the NAMESPACE file and the rscript and there seem to be roxygen2 directives missing which prevent the package from exporting the contained function.