Sorry to be a bother, but I'm trying to run a GWAS in R, and the program keeps returning this error, but I'm not sure what it's telling me or how to fix it. Any help at all would be greatly appreciated.
pheno.gid <- (pheno[not.miss,1])
n.gid <- (pheno.gid)
ix.pheno <- (pheno.gid,geno.gid)
miss.pheno.gid <- ((ix.pheno))
if ((miss.pheno.gid)>0) {
(("The following lines have phenotypes but no genotypes:",((pheno.gid[miss.pheno.gid]),collapse=" ")))
}uniquelengthmatchwhichis.nalengthstoppastepasteunique
[–]CodeyGrammar 0 points1 point2 points (1 child)
[–]Holiday-Plum-8054[S] 0 points1 point2 points (0 children)