Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify make_gwas_summary_stats to work with Genesis files #2

Open
alexwaldrop opened this issue Feb 20, 2020 · 0 comments
Open

Modify make_gwas_summary_stats to work with Genesis files #2

alexwaldrop opened this issue Feb 20, 2020 · 0 comments

Comments

@alexwaldrop
Copy link
Contributor

For whatever reason genesis output files are kind of stupid and we need to account for a couple more cases than with RVTests.

1). Genesis does not include the REF/ALT allele in the output so we need to first merge the genesis output file with the info file by chr/pos to add additional information (REF/ALT). Once we have these, we need to create the variant ID like we do normally and everything can proceed like with RVTests output

  1. Genesis sumstats output files apparently do not always have the Est. (beta value) columns. My genesis output from the handedness study (binary trait) only have the Score columns (z-score). Need to account for this corner case when beta-value columns are missing. Also should perhaps let the user choose whether they want to use z-score or betas. Perhaps default to beta's and only get z-scores for binary traits?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant