| expected_vaf_germline | R Documentation |
Given copy-number and purity estimates, calculates the two expected alllele fractions of a mutation in a tumor.
Use expected_vaf_germline for germline mutations and expected_vaf_somatic for somatic mutations
expected_vaf_germline(purity, mcn, lcn)
expected_vaf_somatic(purity, mcn, lcn)
purity |
Sample purity. |
mcn |
Integer copy-number of major allele. |
lcn |
Integer copy-number of minor (lesser) allele. |
Object containing expected VAFs if the tumor is on the major (mcn) or minor allele (lcn), respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.