-
Notifications
You must be signed in to change notification settings - Fork 0
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
Request to Query Alleles #13
Comments
Hi @katiecardone26. I understand that this would be an improvement. What do you think—should we implement it in the current version 2.4.3, or add it as a new feature for version 3? |
Hi @AndreRico, I think this should be implemented in the current version (2.4.3). Thanks! |
Hi @katiecardone26, could you provide me the command for Biofilter and any example input data you are using, please? |
Based on the versions and code changes, adding this allele feature will change the schema so Andre thinks this would be best to add for 3.0.0 version Note that this is a LOKI problem so we will need to change it there. LOKI doesn't currently have this information (or it isn't set up to retrieve it). Every time we change LOKI, we need to change Biofilter to be able to pull this information from LOKI |
I think that biofilter should return reference and alternate alleles in addition to the chromosome, position, RSID, etc. This would be really useful. For example, when annotating GWAS results, I sometimes get multiple RSIDs for a particular chromosome and position. This is because there can be different types of variations at a particular position (SNP, insertion, deletion, multi-nucleotide variant). Having an allele will help to parse through these duplicates and identify what RSID matches my variant of interest. I believe these are available in the databases that LOKI pulls from.
The text was updated successfully, but these errors were encountered: