powered by
write.snphap(X, a1 = NULL, a2 = NULL, file)
data(testdata,package="snpStats") A.small <- Autosomes[1:6,1:10] f <- tempfile() ## write in suitable format for snphap write.snphap(A.small, file=f) unlink(f)
Run the code above in your browser using DataLab