Function that sets STATUS_POPFREQ_1KG_ABOVE_TOLERATED/ STATUS_POPFREQ_GNOMAD_ABOVE_TOLERATED to TRUE for variants if any population frequency exceeds max_tolerated_af
Source:R/germline.R
assign_germline_popfreq_status.Rd
Function that sets STATUS_POPFREQ_1KG_ABOVE_TOLERATED/ STATUS_POPFREQ_GNOMAD_ABOVE_TOLERATED to TRUE for variants if any population frequency exceeds max_tolerated_af
Usage
assign_germline_popfreq_status(
sample_calls,
pop = "EUR",
dbquery = "1KG",
max_tolerated_af = 0.01
)