-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing R packages
Jerome Goudet edited this page Mar 10, 2015
·
9 revisions
The list of R packages from which developers participate in the hackathon or are contributing otherwise.
- title: adegenet: a R Package for the Multivariate Analysis of Genetic Markers
- development page: https://github.com/thibautjombart/adegenet
- maintainer: Thibaut Jombart (website | Github | email)
You will need the package devtools to be able to install the devel version of adegenet. To install devtools:
install.packages("devtools")
To install adegenet devel:
install_github("thibautjombart/adegenet")
library("adegenet")
- title: analysis of phylogenetics and evolution
- development page: http://ape-package.ird.fr/
- maintainer: Emmanuel Paradis
- title: population and evolutionary genetic analysis system
- development page: https://github.com/emmanuelparadis/pegas
- maintainer: Emmanuel Paradis
- title: MCMC Algorithms for the Coalescent
- development page: https://github.com/emmanuelparadis/coalescentMCMC
- maintainer: Emmanuel Paradis
- title: poppr, An R package for genetic analysis of populations with mixed (clonal/sexual) reproduction
- development page: https://github.com/grunwaldlab/poppr
- maintainer: Zhian N. Kamvar and Niklaus J. Grünwald
Maintenance version (bug fixes and minor improvements):
devtools::install_github("grunwaldlab/poppr")
Development version (potentially major changes/improvements. Might be unstable):
devtools::install_github("grunwaldlab/poppr@devel")
- title: OutFLANK, an R package for performing Fst-outlier tests based on inferred distribution of neutral Fst.
- development page: https://github.com/whitlock/OutFLANK
- maintainer: Michael C Whitlock and Katie E Lotterhos
- title: Phylogenetic Analysis in R: Estimation of phylogenetic trees and networks using Maximum Likelihood, Maximum Parsimony, distance methods and Hadamard conjugation.
- development page: https://github.com/KlausVigo/phangorn
- maintainer: Klaus Schliep
- title: Summaries and Population Structure Analyses of Haplotypic and Genotypic Data
- development page: https://github.com/EricArcher/strataG
- maintainer: Eric Archer email
- Title: Estimation and tests of hierarchical F-statistics
- Development page: http://www2.unil.ch/popgen/softwares/hierfstat.htm
- Maintainer: Jerome Goudet