This GUI is a tool to compute the Paternity Index in a lawsuit for paternity attribution or exclusion. It is possible to use the Applied Biosystems, Promega or Biotype forensic kits. The GUI can be use in presence or in absence of the mother's data. If the alleged father is not available (in case of death) it is possible to setup the procedure using a father's relative. The GUI also has a module for incest lawsuit. Data can be saved and reloaded. Moreover there are several demo and info of the used STRs.
Before to compute PI, the GUI checks if "mater certa est" and if Mother and Child samples were swapped.
Now it computes also reverse parentage: this is the case to adopt in case of kidnapping or suspect baby exchange into the nursery
Giuseppe Cardillo (2021). CODIS (https://www.mathworks.com/matlabcentral/fileexchange/24111-codis), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
If you want a flowchart explaining how the code works, it is long as a book and anyway the code is heavly commented so you can look at it.
If you want a flowchart explaining how using GUI, I'm surprised because it is very intuitive for Forensic Genetist and there are several demos.
Anyway:
1) choose the population by popupmenu
2) choose the used kit by popupmenu
3) In the option menu, eventually, choose if it is an incestuous relationship or not; direct or reverse parentage (the last if you are not sure that mother is the mother)
4) choose persecutor and defense hypothesis by their popupmenu
5) insert the alleles
6) push on compute button
7) push on report (if you want) and you will find it into REPORT subdirectory into CODIS
That's all
Hello,
would you please provide the functionality flowchart for this code.
simply do this:
1) in Matlab enter into the directory where you installed CODIS (use the window into the left side)
2) type "CODISpwd=pwd; save CODISpwd.mat CODISpwd; clear CODISpwd"
3) that'all. Anyway I will modify the software.
Hello,
I find your app very interesting. I downloaded it but when running it I get some errors. It seems that some files are missing.
"load CODISpwd.mat CODISpwd
cd(CODISpwd)"
Can you provide these files?
Thank you!