https://github.com/cran/HardyWeinberg
Raw File
Tip revision: 5eede52bf52fa737c56795b889ef893b238aadf8 authored by Jan Graffelman on 29 May 2018, 21:46:48 UTC
version 1.6.1
Tip revision: 5eede52
NAMESPACE
export (af,alleles,AFtest,agcounts,dgraffelmanweir.bi,dlevene,dlevene.bi,EAFExact,fisherz,genlabels,HWABO,HWAIC,HWAlltests,HWAlr,HWAlrPlot,
        HWChisq,HWChisqStats,
        HWChisqMat,HWClo,HWClr,HWClrPlot,HWCondProbAB,HWD,HWData,HWExact,HWExactPrevious,HWExactMat,HWExactStats,HWf,HWGenotypePlot,HWIlr,
        HWIlrPlot,HWLRtest,HWLRAllTests,HWLratio,HWMissing,
        HWPerm,HWPerm.mult,HWPower,HWPosterior,HWQqplot,HWTernaryPlot,HWTriExact,ifisherz,GenerateSamples,mac,maf,MakeCounts,MakeFactor,
        n.alleles,recode,
        strsort,ThetatoF,toTriangular,UniqueGenotypeCounts,vaf)
import (mice)
import (Rcpp)
import (Rsolnp)
importFrom("graphics", "abline", "lines", "par", "plot", "points", "polygon", "text")
importFrom("stats", "aggregate", "dmultinom", "fisher.test", "pchisq", "pt", "qchisq", "qnorm", "qt", "quantile",
           "rbeta", "rmultinom", "runif", "var")
useDynLib("HardyWeinberg")
importFrom("Rcpp", "sourceCpp")

back to top