Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.17 KB

Using modified mendel to calculate penetrance

Program

  1. The original version of the program was available at 30d8332

  2. We made a single change so that it allows our input data.

  3. We compile the code with

gfortran -O3 mendela.f single.f -o single

Data

  1. The test data is availabe in data directory.

  2. We analyze the data using command

../mendel/single

and choose NO, 21, and no

The output is in single_out.dat.

References