An open API service indexing awesome lists of open source software.

https://github.com/biojulia/naturalselection.jl

A package containing methods for looking at the effects of natural selection
https://github.com/biojulia/naturalselection.jl

Last synced: 12 months ago
JSON representation

A package containing methods for looking at the effects of natural selection

Awesome Lists containing this project

README

          

# NaturalSelection.jl

**Latest release:**

[![Latest Release](https://img.shields.io/github/release/BioJulia/NaturalSelection.jl.svg)](https://github.com/BioJulia/NaturalSelection.jl/releases/latest)
[![NaturalSelection](http://pkg.julialang.org/badges/NaturalSelection_0.6.svg)](http://pkg.julialang.org/?pkg=NaturalSelection)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/BioJulia/NaturalSelection.jl/blob/master/LICENSE)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://biojulia.github.io/NaturalSelection.jl/stable)
![BioJulia maintainer: Ward9250](https://img.shields.io/badge/BioJulia%20Maintainer-Ward9250-orange.svg)

**Development status:**

[![Build Status](https://travis-ci.org/BioJulia/NaturalSelection.jl.svg?branch=master)](https://travis-ci.org/BioJulia/NaturalSelection.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/hp2ceyxl0mrc8q65/branch/master?svg=true)](https://ci.appveyor.com/project/Ward9250/naturalselection-jl/branch/master)
[![codecov](https://codecov.io/gh/BioJulia/NaturalSelection.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/NaturalSelection.jl)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://biojulia.github.io/NaturalSelection.jl/latest)

## Description

NaturalSelection.jl provides methods for detecting the presence, strength and
effects of natural selection, in biological data.

## Installation

Install NaturalSelection from the Julia REPL:

```julia
julia> Pkg.add("NaturalSelection")
```

If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.

## Contributing and Questions

We appreciate contributions from users including reporting bugs, fixing issues,
improving performance and adding new features.
Please go to the [contributing section of the documentation](biojulia.github.io/NaturalSelection.jl/stable/contributing)
for more information.

If you have a question about
contributing or using this package, you are encouraged to use the
[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).