Skip to content

Commit

Permalink
keep to base matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
whao89 committed Dec 29, 2015
1 parent fbf0d84 commit a1df252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lfa.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ center <- function(A){
check.geno <- function(X){
ret = FALSE
if(class(X) != "matrix")
stop("The input must be genotypes in a Matrix class.")
stop("The input must be genotypes in a matrix class.")

if(class(X[1]) != "integer")
stop("Elements of the genotype matrix should be integer.")
Expand Down

0 comments on commit a1df252

Please sign in to comment.