Description Usage Arguments Details Value Examples
Get afd value in all possible arguments of AFD function
1 | test_afd(FREQ_1.x, FREQ_1.y)
|
FREQ_1.x |
allele frequency of normal sample to calculate AFD |
FREQ_1.y |
allele frequency of tumor sample to calculate AFD |
Get afd value in all possible arguments of AFD function
data.table, all AFD value in all possible combinations of n arguments
1 2 | data(afd_test_dt)
afd <- test_afd(afd_test_dt$FREQ_1.x, afd_test_dt$FREQ_1.y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.