This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Documentation for HotSpot Peak Caller

This will probably seem like a silly question, but I would like to know if anyone has access to a current version of the HotSpot documentation. I am trying to run SPOT on a BAM file. I have checked the README from the HotSpot GitHub repo ( https://github.com/rthurman/hotspot/tree/master/hotspot-distr ), but it does not give much detail and references a broken link as the full documentation. Furthermore, cloning the repo and running the SPOT script without parameters or with --help does not give any useful information on how to run the program.

peak calling hotspot documentation spot

Can confirm the link is broken. I strongly suggest to avoid software that is poorly documented (and probably not maintained anymore, the last Git commit is > 6 years old). For which application do you need the tool, there are for sure good alternatives?

1 answer

I never found the documentation, but I did find that many people use the broadpeak option in MACS2 to call hotspots. It is then possible to obtain the total coverage of hotspots using the output file. For anyone else following this post, I would recommend MACS2 as a better option than HotSpot, as it is still being actively maintained.

Log in to answer this question.