R/RcppExports.R

Defines functions support SNPHWEX SNPHWE2 xChromosomal

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

xChromosomal <- function(rmV, mfV, rk, robservedValsV, rPvalsV, rstatID, rhistobins, rhistoboundsV, rhistoData, rsafeSecs, tables) {
    .Call('_HardyWeinberg_xChromosomal', PACKAGE = 'HardyWeinberg', rmV, mfV, rk, robservedValsV, rPvalsV, rstatID, rhistobins, rhistoboundsV, rhistoData, rsafeSecs, tables)
}

SNPHWE2 <- function(obs_hets, obs_hom1, obs_hom2, midp) {
    .Call('_HardyWeinberg_SNPHWE2', PACKAGE = 'HardyWeinberg', obs_hets, obs_hom1, obs_hom2, midp)
}

SNPHWEX <- function(female_hets, female_hom1, female_hom2, male1, male2, midp) {
    .Call('_HardyWeinberg_SNPHWEX', PACKAGE = 'HardyWeinberg', female_hets, female_hom1, female_hom2, male1, male2, midp)
}

support <- function() {
    .Call('_HardyWeinberg_support', PACKAGE = 'HardyWeinberg')
}

Try the HardyWeinberg package in your browser

Any scripts or data that you put into this service are public.

HardyWeinberg documentation built on May 7, 2022, 5:05 p.m.