From bddbe148eaab43e3d781433b246470e0bc5c84fb Mon Sep 17 00:00:00 2001 From: Clare <chorscroft@users.noreply.github.com> Date: Wed, 29 Jul 2020 22:40:11 +0100 Subject: [PATCH] Mention of phased data --- vignettes/zalpha.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/zalpha.Rmd b/vignettes/zalpha.Rmd index a27ec91..05f7612 100644 --- a/vignettes/zalpha.Rmd +++ b/vignettes/zalpha.Rmd @@ -38,7 +38,7 @@ For this simple example all that is needed is: * The vector of SNP locations -* The matrix of SNP values. This could be in ACGT format as above, or in 0 and 1 notation, or any other notation as long as SNPs are biallelic. Data extracted from a PLINK .tped file is in the ideal format for this analysis. +* The matrix of SNP values. This could be in ACGT format as above, or in 0 and 1 notation, or any other notation as long as SNPs are biallelic. Data extracted from a PLINK .tped file is in the ideal format for this analysis. Note the genetic data is phased. ### The snps dataset -- GitLab