You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking into making a new package based on an existing function for munging sumstats that I'd written (MAGMA_Celltyping/format_sumstats_for_magma.r at master · NathanSkene/MAGMA_Celltyping). Thought I'd have a look around for whether anyone had recently built something with similar functionality and came across your package. It looks like you've done a tremendous job.
My sense is that the utility of what you've done could be bolstered by splitting it in two:
A GWAS munging package, which takes a path to a GWAS file along with a set of arguments, and parses it as required
A workflow with associated data files for using the package to format >200 GWAS summary statistics files
I think this would be useful in that it would allow for more clearly demarcated documentation & continuous integration for the munging function.
Would be interested to get your thoughts on doing this. Happy to muck in to get this done if useful, I'd love to be able to replace my existing function with something more reliable and better documented!
The text was updated successfully, but these errors were encountered:
Hi Mike,
I was looking into making a new package based on an existing function for munging sumstats that I'd written (MAGMA_Celltyping/format_sumstats_for_magma.r at master · NathanSkene/MAGMA_Celltyping). Thought I'd have a look around for whether anyone had recently built something with similar functionality and came across your package. It looks like you've done a tremendous job.
My sense is that the utility of what you've done could be bolstered by splitting it in two:
I think this would be useful in that it would allow for more clearly demarcated documentation & continuous integration for the munging function.
Would be interested to get your thoughts on doing this. Happy to muck in to get this done if useful, I'd love to be able to replace my existing function with something more reliable and better documented!
The text was updated successfully, but these errors were encountered: