Skip to content

Commit

Permalink
Update KAML.r
Browse files Browse the repository at this point in the history
  • Loading branch information
YinLiLin authored Jun 29, 2020
1 parent f651ff6 commit fcc234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/KAML.r
Original file line number Diff line number Diff line change
Expand Up @@ -3406,7 +3406,7 @@ function(
if(prior.model == "QTN") stop("QTNs must be provided!")
if(prior.model == "K") Top.num <- NULL
}

cat(" Estimate variance components using:", vc.method,"\n")
if(!is.null(Top.num) | !is.null(Top.perc)){
cat(" Performing model: KAML\n")
cross.res <- KAML.CrossV(phe=PHENO, geno=GENO, prior.QTN=prior.QTN, prior.model=prior.model, vc.method=vc.method, K=KIN, BF.threshold=BF.threshold,
Expand Down

0 comments on commit fcc234e

Please sign in to comment.