Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 367 Bytes

AncHap

Code for analysis of identity-by-descent in genetic data from isolated populations.

Packages required: snpStats, devtools

open R session library(devtools) install('anchap') library(anchap)

run demos on the toy data set demo('toyData') demo('chr2')

and run the attached example. Need to download a genetic map, see details in the file. source('runme.R')