# NOT RUN {
p <- 50
n <- 100
genotypes <- matrix((runif(n * p, min = 0, max = 1) < 0.5) +
(runif(n * p, min = 0, max = 1) < 0.5),
nrow = n, dimnames = list(NULL, paste0("SNP_", seq_len(p))))
hmm <- fast_HMM(genotypes, fp_path = "/path/to/fastPHASE",
n_state = 4, n_iter = 10)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab