Processing and visualizing trends in the binary data obtained from fragment analysis methods (such as AFLP and ISSR) in molecular biology can be a time-consuming, and cumbersome process. It entails complex work flows that require a high level of computational and/or bioinformatic skills. The application presented here, "BinMat", is a free, open-source, and user-friendly R package and Shiny program that automates the analysis pipeline on one platform. BinMat consolidates replicate sample pairs of binary data from dominant markers into consensus reads, produces peak summary statistics, and allows the user to visualize their data as ordination plots and clustering trees without having to use multiple software programs and input files, or rely on previous programming experience.
https://cran.r-project.org/web/packages/BinMat/index.html
Please see the associated vignette for detailed descriptions of all the functions, and worked examples:
https://cran.r-project.org/web/packages/BinMat/vignettes/BinMat.html
devtools::install_github("clarkevansteenderen/BinMat_R")
https://clarkevansteenderen.shinyapps.io/BINMAT/
install.packages("shiny")
library(shiny)
shiny::runGitHub("BinMat", "clarkevansteenderen")
van Steenderen, C. 2022. BinMat: A molecular genetics tool for processing binary data obtained from fragment analysis in R. Biodiversity Data Journal 10: e77875. https://doi.org/10.3897/BDJ.10.e77875
Please cite this article if you use the program.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.