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

[QUESTION] Recommendation lookup for CYP4F2 #40

Open
davidyuyuan opened this issue Jul 23, 2024 · 1 comment
Open

[QUESTION] Recommendation lookup for CYP4F2 #40

davidyuyuan opened this issue Jul 23, 2024 · 1 comment

Comments

@davidyuyuan
Copy link

According to https://cpicpgx.org/guidelines/guideline-for-warfarin-and-cyp2c9-and-vkorc1/, CYP4F2 does not have a diplotype to phenotype table because this guideline’s recommendations are based on genotype and not phenotype, the diplotype-phenotype tables were not created for these genes.

Would the recommendation lookup API still working? If not, what's the recommended approach to lookup recommendations from star alleles?

We tried https://api.cpicpgx.org/v1/rpc/recommendation_lookup?diplotypelookup={"CYP4F2": {"*1": 1, "*5": 1}}&drugname=in.(acenocoumarol,phenprocoumon,warfarin)&order=drugname or other lookup keys for diplotypes of *1/*3, *1/*1, *1/*2, *1/*6 and *1/*7. The Json response was always empty '[]'.

Please advise. Thank you!

@davidyuyuan
Copy link
Author

We have run into similar difficulties when we try to lookup the recommendations for VKORC1. The API call https://api.cpicpgx.org/v1/rpc/recommendation_lookup?diplotypelookup={"VKORC1": {"rs9923231 variant (T)": 1, "rs9923231 reference (C)": 1}}&drugname=in.(warfarin)&order=drugname returns an empty '[]' Json.
We also tried https://api.cpicpgx.org/v1/rpc/recommendation_lookup?diplotypelookup={%22VKORC1%22:%20{%22rs9923231%20reference%20(C)%22:%202}}&drugname=in.(warfarin)&order=drugname and got an empty Json as well.

Just FYI. https://cpicpgx.org/guidelines/guideline-for-warfarin-and-cyp2c9-and-vkorc1/ says VKORC1 does not have a diplotype to phenotype table because this guideline’s recommendations are based on genotype and not phenotype, the diplotype-phenotype tables were not created for these genes.

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