We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae530 commit 6764891Copy full SHA for 6764891
pipeline_steps/common_extraction_functions.R
@@ -353,4 +353,4 @@ convert_or_to_beta <- function(gwas) {
353
gwas$SE <- (log(gwas$OR_LB) - gwas$BETA) / -z_score
354
355
return(gwas)
356
-}
+}
0 commit comments