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
- Host: GitHub
- URL: https://github.com/biojulia/naturalselection.jl
- Owner: BioJulia
- License: other
- Created: 2017-08-30T11:24:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T15:44:12.000Z (about 8 years ago)
- Last Synced: 2025-06-16T17:34:05.467Z (12 months ago)
- Language: Julia
- Homepage:
- Size: 357 KB
- Stars: 5
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NaturalSelection.jl
**Latest release:**
[](https://github.com/BioJulia/NaturalSelection.jl/releases/latest)
[](http://pkg.julialang.org/?pkg=NaturalSelection)
[](https://github.com/BioJulia/NaturalSelection.jl/blob/master/LICENSE)
[](https://biojulia.github.io/NaturalSelection.jl/stable)

**Development status:**
[](https://travis-ci.org/BioJulia/NaturalSelection.jl)
[](https://ci.appveyor.com/project/Ward9250/naturalselection-jl/branch/master)
[](https://codecov.io/gh/BioJulia/NaturalSelection.jl)
[](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).