pooledpeaks is designed for analyzing genetic data obtained from Fragment Analysis output files (.fsa) of pooled biological samples. It provides functions for a comprehensive analysis pipeline from processing .fsa files, to cleaning the peak data, and conducting population genetic analyses. Some features are listed below and a usage example of the entire pipeline is included as a vignette.
The pooledpeaks package was developed by the Blanton Lab as part of Kathleen Kuesters’ dissertation.
You can install the package directly from GitHub using the following instructions:
Open R and copy the following code into your console
Install devtools and pooledpeaks from GitHub
install.packages(“devtools”)
devtools::install_github(“kmkuesters/pooledpeaks”)
Install pooledpeaks directly from CRAN