inbreedR
inbreedR is an R package for analysing inbreeding and heterozygosity-fitness correlations (HFCs) using microsatellite and SNP markers. To install it from CRAN, type the following into R:
install.packages("inbreedR") library(inbreedR) ?inbreedR
The paper is available here and the vignette can be downloaded here
GCalignR
GCalignR is an R package to align GC-FID data based on retention times for ecological and evolutionary studies. To install it from CRAN, type the following into R:
install.packages("GCalignR") library(GCalignR) ?GCalignR
The paper is available here and the vignette can be downloaded here