This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to know the mm9 genome size?

When I use MACS2 to do peakcalling, i need to know genome size(gsize), and I use mm9. How I can know that? Thanks!

chip-seq

2 answers

this link may help

For MACS, genome size is already precompiled for common species. No need to do extra work. You can use mm for mouse.

This is explained in more depth in the documentation.

macs2 -g mm is what you need.

Log in to answer this question.