Skip to content

Commit 00a0732

Browse files
Update burdenTest.R
to upper A2
1 parent 6098a84 commit 00a0732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/burdenTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ burdenTest <- function(mod,
100100
# making sure all alleles are in the same case
101101
cols_toupper <- c("A1_GWAS", "A2_GWAS", "A1_Mod", "A2_Mod")
102102
tot$A1_GWAS = toupper(tot$A1_GWAS)
103-
tot$A2_GWAS = toupper(tot$A1_GWAS)
103+
tot$A2_GWAS = toupper(tot$A2_GWAS)
104104
tot$A1_Mod = toupper(tot$A1_Mod)
105105
tot$A2_Mod = toupper(tot$A2_Mod)
106106

0 commit comments

Comments
 (0)