Next-Gen Coalescent Simulation

scrm is a coalescent simulator for biological sequences. Different to similar programs, it can approximate the Ancestral Recombination Graph as closely as needed, but still has only linear runtime cost for long sequences. It allows you to rapidly simulate chromosome scale sequences with essentially correct genetic linkage.

News

Downloads

  • Source: scrm v1.7.4.
  • R: scrm is available as R package on CRAN for all major platforms. Use install.packages('scrm') in R to install it.
  • Linux: Starting from Ubuntu 16.04 and Debian 8, scrm is available via apt-get install scrm. There are also packages for Fedora, openSUSE, CentOS, RHEL, Scientific Linux. We also provide statically linked x64 binaries.
  • Windows Binaries: 64 Bit (recommended) and 32 Bit. Due to a problem with gcc, scrm fails to select a random seed if none is given via the -seed argument. Consequently, you should always use the -seed argument when using the windows binaries. Alternatively, consider using the R package.
  • Mac: scrm is available via the Homebrew package manager. After installing Homebrew, run brew install homebrew/science/scrm to build the latest version.
  • Using Bioconda: Use conda install scrm.

Publication

If you use scrm in a publication, please cite the following publication:

Paul R. Staab, Sha Zhu, Dirk Metzler and Gerton Lunter. scrm: efficiently simulating long sequences using the approximated coalescent with recombination. Bioinformatics (2015) 31 (10): 1680-1682. doi:10.1093/bioinformatics/btu861.

Documentation

Please refer to scrm’s wiki for instructions on how to compile or use scrm.

Links

Catalogued on GSR