Skip to content

Commit

Permalink
Update multivariable_mr.R
Browse files Browse the repository at this point in the history
Subset was duplicated in error between merges
  • Loading branch information
conorjudge authored Nov 5, 2020
1 parent e61ed04 commit 47bc987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/multivariable_mr.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ mv_extract_exposures_local <- function(filenames_exposure, sep = " ", phenotype_
)
l_inst[[i]] <- subset(l_full[[i]], pval.outcome < pval_threshold)
l_inst[[i]] <- convert_outcome_to_exposure(l_inst[[i]])
l_inst[[i]] <- subset(l_full[[i]], pval.exposure < pval_threshold)
l_inst[[i]] <- clump_data(l_inst[[i]], clump_p1=pval_threshold, clump_r2=clump_r2, clump_kb=clump_kb)
}

Expand Down

0 comments on commit 47bc987

Please sign in to comment.