get_wsaf | R Documentation |
Get within-sample allele frequencies from coverage and count data. Missing values can optionally be imputed by applying a summary function to the non NA values at each locus. The default summary function takes the mean of the non NA values.
get_wsaf(x, impute = TRUE, FUN = median, ...)
x |
object of class |
impute |
whether to impute missing values. |
FUN |
function used to impute missing values. Default = 'median' |
... |
other arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.