test_afd: Get afd value in all possible arguments of AFD function

Description Usage Arguments Details Value Examples

Description

Get afd value in all possible arguments of AFD function

Usage

1
test_afd(FREQ_1.x, FREQ_1.y)

Arguments

FREQ_1.x

allele frequency of normal sample to calculate AFD

FREQ_1.y

allele frequency of tumor sample to calculate AFD

Details

Get afd value in all possible arguments of AFD function

Value

data.table, all AFD value in all possible combinations of n arguments

Examples

1
2
data(afd_test_dt)
afd <- test_afd(afd_test_dt$FREQ_1.x, afd_test_dt$FREQ_1.y)

DMU-lilab/CancerGenomics documentation built on May 17, 2019, 6:10 a.m.