Learn R Programming

StAMPP: Statistical Analysis of Mixed Ploidy Populations


StAMPP is an R package for the Statistical Analysis of Mixed Ploidy Populations. It allows users to calculate pairwise Nei's Genetic Distances (Nei 1972), pairwise Fixation Indexes (Fst) (Weir & Cockerham 1984) and also Genomic Relationship matrixes following Yang et al. (2010) in mixed and single ploidy populations. Bootstrapping across loci is implemented during Fst calculation to generate confidence intervals and p-values around pairwise Fst values. StAMPP utilises SNP genotype data of any ploidy level (with the ability to handle missing data) and is coded to utilise multithreading where available to allow efficient analysis of large datasets. StAMPP is able to handle genotype data from genlight objects allowing integration with other packages such adegenet.


Installation

You can install StAMPP from CRAN:

install.packages("StAMPP")

Vignette

A vignette describing the use of the package is available from within R (and also here). Load the package and then use the vignette function.

library(StAMPP)
vignette("StAMPP", package="StAMPP")

Citation

LW Pembleton, NOI Cogan & JW Forster, 2013, Molecular Ecology Resources, 13(5), 946-952. doi:10.1111/1755-0998.12129.

Thank you in advance.

Copy Link

Version

Install

install.packages('StAMPP')

Monthly Downloads

1,216

Version

1.6.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

August 8th, 2021

Functions in StAMPP (1.6.3)

stamppConvert

Import and Convert
stampp2genlight

Convert StAMPP genotype data to genlight object
stamppGmatrix

Genomic Relationship Calculation
potato

Example genotype input format
stamppAmova

Analysis of Molecular Variance
stamppNeisD

Genetic Distance Calculation
stamppPhylip

Export to Phylip Format
stamppFst

Fst Computation
potato.mini

Smaller example genotype input format