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

Improve synonymous RSID detection #44

Open
bschilder opened this issue Apr 28, 2021 · 1 comment
Open

Improve synonymous RSID detection #44

bschilder opened this issue Apr 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bschilder
Copy link
Member

echolocatoR matches the GWAS sum stats with the LD ref panel based on SNP RSIDs. However, some SNPs have multiple synonymous RSIDs (e.g. from different version of dbSNP).

To improve overlap, I'd like to add a function that looks for overlap not just between the given RSIDS, but all their synonyms too.

@bschilder bschilder added the enhancement New feature or request label Apr 28, 2021
@bschilder bschilder self-assigned this Apr 28, 2021
@bschilder
Copy link
Member Author

For GWAS sumstats, MungeSumstats does a nice job of standardising RSIDS.

But other data sources, like LD panels, may still not match up.
orthogene::map_genes might be helpful for this as it can take RSIDS as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant