MRCIEU / gwasglue

Linking GWAS data to analytical tools in R
Other
117 stars 39 forks source link

Pwcoco #24

Closed jwr-git closed 3 years ago

jwr-git commented 3 years ago

Added relevant functions for use with pwcoco (https://github.com/jwr-git/pwcoco)

I decided not to make the R run the loop in parallel, like some of the other methods, since pwcoco itself is multi-threaded. I'm also planning on updating the tool soon to handle conducting many analyses as efficiently as possible in one function call, rather than calling pwcoco one time for each analysis.

Happy to make any edits required.

explodecomputer commented 3 years ago

@jwr-git thanks!