R/RcppExports.R

Defines functions MatrixVector zscore vbeta_ab vbeta psum haplabs happrobs meanC combinationRefs combination2 vcf2haps wsumsq

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

MatrixVector <- function(matrix, vector, verbose = FALSE) {
    .Call('_simGWAS_MatrixVector', PACKAGE = 'simGWAS', matrix, vector, verbose)
}

zscore <- function(N0, N1, Ufactor, powerfactor, PX1W, PX2W) {
    .Call('_simGWAS_zscore', PACKAGE = 'simGWAS', N0, N1, Ufactor, powerfactor, PX1W, PX2W)
}

vbeta_ab <- function(N0, N1, Ufactor, powerfactor, PX1W, PX2W) {
    .Call('_simGWAS_vbeta_ab', PACKAGE = 'simGWAS', N0, N1, Ufactor, powerfactor, PX1W, PX2W)
}

vbeta <- function(N0, N1, Ufactor, powerfactor, PX1W, PX2W) {
    .Call('_simGWAS_vbeta', PACKAGE = 'simGWAS', N0, N1, Ufactor, powerfactor, PX1W, PX2W)
}

psum <- function(x, y) {
    .Call('_simGWAS_psum', PACKAGE = 'simGWAS', x, y)
}

haplabs <- function(n) {
    .Call('_simGWAS_haplabs', PACKAGE = 'simGWAS', n)
}

happrobs <- function(G, P) {
    .Call('_simGWAS_happrobs', PACKAGE = 'simGWAS', G, P)
}

meanC <- function(x) {
    .Call('_simGWAS_meanC', PACKAGE = 'simGWAS', x)
}

combinationRefs <- function(x, cols, reference, prop, shiftSize = 2L, threads = -1L, verbose = FALSE) {
    .Call('_simGWAS_combinationRefs', PACKAGE = 'simGWAS', x, cols, reference, prop, shiftSize, threads, verbose)
}

combination2 <- function(x, cols) {
    .Call('_simGWAS_combination2', PACKAGE = 'simGWAS', x, cols)
}

vcf2haps <- function(x) {
    .Call('_simGWAS_vcf2haps', PACKAGE = 'simGWAS', x)
}

wsumsq <- function(xx, yy, ww) {
    .Call('_simGWAS_wsumsq', PACKAGE = 'simGWAS', xx, yy, ww)
}

Try the simGWAS package in your browser

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

simGWAS documentation built on Aug. 22, 2019, 9:03 a.m.