You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the results from updog with another software, Entropy (https://bitbucket.org/buerklelab/mixedploidy-entropy/), which needs phred-scaled genotype likelihoods (PL), as computed by GATK. Do you have any suggestions on how to do that? Should I just multiply the genotype log-likelihood values from updog by -10?
Best regards,
Yann
The text was updated successfully, but these errors were encountered:
The log genotype likelihoods from {updog} are actually using the natural log, so you also need to change the base if you want to get to the phred-scale.
Let’s demonstrate how to convert between log (base e) and phred-scaled data.
Generate some points between 0 and 1 for demonstration
Thanks for your quick and clear reply! I should probably have realized on my own that they in natural logs, if I had looked closely at the values of the posterior probabilities.
Hi,
First, thanks for developing updog!
I'd like to use the results from updog with another software, Entropy (https://bitbucket.org/buerklelab/mixedploidy-entropy/), which needs phred-scaled genotype likelihoods (PL), as computed by GATK. Do you have any suggestions on how to do that? Should I just multiply the genotype log-likelihood values from updog by -10?
Best regards,
Yann
The text was updated successfully, but these errors were encountered: