Science Score: 20.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Repository
Differentiation statistics in R
Basic Info
Statistics
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 8
- Releases: 0
Metadata Files
README.md
Modern Measures of Differentiation
mmod is an R package for calculating modern population divergence statistics.
Quickstart
Install
mmod is on CRAN, so you can install the latest stable version using
install.packages("mmod"). This github repository may be running ahead of
the version on CRAN, if you really want the latest version you can use
devtools
to install the code in thes repo:
r
library(devtools)
install_github("dwinter/mmod")
Usage
Once it's up an running all you need is genepop (or fstat) file with your data
>library(mmod)
>my_data <- read.genepop("my_file.gen")
>diff_stats(my_data)
Overview
Population geneticists have traditionally used Nei's Gst (often confusingly called Fst...) to measure divergence between populations. It turns out, Gst doesn't really measure divergence so, a set of new measures have been developed
mmod is a package that brings two of these measures; Hedricks (2005, 2011) G''st
Jost's (2008) D and Meirman's (2005) φ'st to R, along with a function that
calculates Nei's Gst using nearly unbiased estimators for Hs and Ht (the two
key parameters from which most of these stats are calculated). All these
functions work on genind objects from the package adegenet so data can be
read in from standard genepop for fstat files. An overview of a typical
usage is provided in a vignette called "demo", acessable from
vignette("demo", package="mmod"), I suggest new users read this before that
start.
Help
All functions are documented and there is Vignette describing a basic usage of the pacakge.
Owner
- Name: David Winter
- Login: dwinter
- Kind: user
- Location: Wellington, New Zealand
- Website: http://david-winter.info/
- Repositories: 22
- Profile: https://github.com/dwinter
Computational evolutionary biology using R, Python and (sometimes) C++
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| David Winter | w****2@s****z | 118 |
| David Winter | d****r@g****m | 43 |
| Zhian Kamvar | k****z@s****u | 2 |
| david | d****d@a****) | 2 |
| Thierry Gosselin | t****n@i****m | 1 |
| pitakakariki | p****i@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 12
- Total pull requests: 3
- Average time to close issues: 7 days
- Average time to close pull requests: 1 day
- Total issue authors: 10
- Total pull request authors: 3
- Average comments per issue: 1.5
- Average comments per pull request: 1.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dwinter (2)
- zkamvar (2)
- JeannieKlein (1)
- elewitus (1)
- wchengadfg (1)
- LinaValencia85 (1)
- shofmon88 (1)
- nek001 (1)
- OrsonMM (1)
- dionnecargy (1)
Pull Request Authors
- thierrygosselin (1)
- pitakakariki (1)
- zkamvar (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 1,319 last-month
-
Total dependent packages: 6
(may contain duplicates) -
Total dependent repositories: 8
(may contain duplicates) - Total versions: 13
- Total maintainers: 1
cran.r-project.org: mmod
Modern Measures of Population Differentiation
- Homepage: https://github.com/dwinter/mmod
- Documentation: http://cran.r-project.org/web/packages/mmod/mmod.pdf
- License: MIT + file LICENSE
-
Latest release: 1.3.3
published over 9 years ago
Rankings
Maintainers (1)
conda-forge.org: r-mmod
- Homepage: https://github.com/dwinter/mmod
- License: MIT
-
Latest release: 1.3.3
published almost 7 years ago
Rankings
Dependencies
- R >= 2.6.0 depends
- adegenet >= 2.0 depends
- pegas * imports
- stats * imports
- covr * suggests
- testthat * suggests
