Skip to content

shramdas/IMPUTE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

======= /////// Project of Biostatistics 830 /////////////

C++ code to do imputation of hyplotypes with a HMM... Each job has its own head file *.h

CalcGL.h contains three functions (InitializeFirstVector, Transpose, Condition) to be used in HMM LeftWalk & RightWalk. Please include CalcGL.h if need to call those three functions by: #include "CalcGL.h"

compile cpp code :

g++ -I ./libStatGen/include/ -D__ZLIB_AVAILABLE__ -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS main.cpp ../libStatGen/libStatGen.a -lm -lz -o impute

About

impute hyplotypes with HMM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%