calc_raw_founder_maf {qtl2} | R Documentation |
Calculate founder minor allele frequencies from raw SNP genotypes
Description
Calculate minor allele frequency from raw SNP genotypes in founders, by founder strain or by marker
Usage
calc_raw_founder_maf(cross, by = c("individual", "marker"))
Arguments
cross |
Object of class |
by |
Indicates whether to summarize by founder strain ( |
Value
A vector of minor allele frequencies, one for each founder strain or marker.
See Also
Examples
## Not run:
# load example data and calculate genotype probabilities
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/main/DOex/DOex.zip")
DOex <- read_cross2(file)
DOex_maf <- calc_raw_founder_maf(DOex)
## End(Not run)
[Package qtl2 version 0.36 Index]