STRAF is a web application based on R/Shiny to perform forensics and population genetics analysis of STR data.
Click here to use the application.
Please go to the Documentation
tab within the application to learn how to use the software.
If STRAF has been useful to you for your project, please consider citing our paper!
Gouy, A., & Zieger, M. (2017). STRAF - A convenient online tool for STR data evaluation in forensic genetics. Forensic Science International: Genetics, 30, 148-151.
It is possible to run the latest version of the app locally, provided that R is installed on your system. You simply need to run the following lines in R:
library(shiny)
runGitHub("straf", "agouy")