-
Hello. I would like to use PyPGx to analyze WES VCFs to determine CYP2D6 diplotypes. If there is a case with a gene deletion (*5) what will be reported in the output file? Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @emeadd, Thanks for your interest in PyPGx. First of all, please note that PyPGx requires depth of coverage data from BAM files in addition to a VCF file for detecting structural variants. Therefore, if VCF is all you have, then I'm afraid SV detection is not possible. Secondly, assuming you have access to BAM files and are able to generate depth of coverage data, you can use PyPGx to detect structural variants including CYP2D6*5 (gene deletion). The output includes diplotype calls (e.g. For more details, please visit the Read the Docs. You may also be interested in doing a short tutorial to run the PyPGx pipeline. |
Beta Was this translation helpful? Give feedback.
-
Please move to a separate section if necessary - This question is the "best//ideal/accurate" way to assess CYP2D6 and CYP2B6 from WES. I have been working on WES data. I have 48 WES samples including NA12878 aligned to GRCh38.
I came across the --samples-without-sv flag, how important would this be when using the above workflow? Or how else would you recommend improving it for more accurate results? |
Beta Was this translation helpful? Give feedback.
Hello @emeadd,
Thanks for your interest in PyPGx.
First of all, please note that PyPGx requires depth of coverage data from BAM files in addition to a VCF file for detecting structural variants. Therefore, if VCF is all you have, then I'm afraid SV detection is not possible.
Secondly, assuming you have access to BAM files and are able to generate depth of coverage data, you can use PyPGx to detect structural variants including CYP2D6*5 (gene deletion). The output includes diplotype calls (e.g.
CYP2D6*1/*5
), phenotype calls (e.g.Intermediate Metabolizer
), and plots of copy number and allele fraction profiles.For more details, please visit the Read the Docs. You may also be interested in …