GeneticResources / ASMC

Ascertained Sequentially Markovian Coalescent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    █████╗   ███████╗  ███╗   ███╗   ██████╗
   ██╔══██╗  ██╔════╝  ████╗ ████║  ██╔════╝
   ███████║  ███████╗  ██╔████╔██║  ██║     
   ██╔══██║  ╚════██║  ██║╚██╔╝██║  ██║     
   ██║  ██║  ███████║  ██║ ╚═╝ ██║  ╚██████╗
   ╚═╝  ╚═╝  ╚══════╝  ╚═╝     ╚═╝   ╚═════╝

The Ascertained Sequentially Markovian Coalescent is a method to efficiently estimate pairwise coalescence time along the genome. It can be run using SNP array or whole-genome sequencing (WGS) data.

This repository contains the code and example files for the ASMC program. A user manual can be found here, data and annotations from the paper can be found here.

ASMC is distributed under the GNU General Public License v3.0 (GPLv3). For any questions or comments on ASMC, please contact Pier Palamara using <lastname>@stats.ox.ac.uk.

If you use this software, please cite:

  • P. Palamara, J. Terhorst, Y. Song, A. Price. High-throughput inference of pairwise coalescence times identifies signals of selection and enriched disease heritability. Nature Genetics, 2018.

About

Ascertained Sequentially Markovian Coalescent

License:GNU General Public License v3.0


Languages

Language:Java 48.9%Language:C++ 46.2%Language:Python 3.2%Language:Shell 1.1%Language:Makefile 0.6%