R/RcppExports.R

Defines functions GroupGenotypes_wrapper GroupHaplotypes_wrapper knockoffDMC_wrapper knockoffHMM_wrapper

Documented in GroupGenotypes_wrapper GroupHaplotypes_wrapper knockoffDMC_wrapper knockoffHMM_wrapper

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

#' Wrapper for GroupGenotypes
#'
#' @keywords internal
GroupGenotypes_wrapper <- function(X_, r_, alpha_, theta_, groups_, n_, p_, seed_, display_progress_) {
    .Call(`_SNPknock_GroupGenotypes_wrapper`, X_, r_, alpha_, theta_, groups_, n_, p_, seed_, display_progress_)
}

#' Wrapper for GroupHaplotypes
#'
#' @keywords internal
GroupHaplotypes_wrapper <- function(X_, r_, alpha_, theta_, groups_, n_, p_, seed_, display_progress_) {
    .Call(`_SNPknock_GroupHaplotypes_wrapper`, X_, r_, alpha_, theta_, groups_, n_, p_, seed_, display_progress_)
}

#' Wrapper for DMC group knockoffs
#'
#' @keywords internal
knockoffDMC_wrapper <- function(X_, pInit_, Q_, n_, p_, K_, seed_, G_, display_progress_) {
    .Call(`_SNPknock_knockoffDMC_wrapper`, X_, pInit_, Q_, n_, p_, K_, seed_, G_, display_progress_)
}

#' Wrapper for HMM group knockoffs
#'
#' @keywords internal
knockoffHMM_wrapper <- function(X_, pInit_, Q_, pEmit_, n_, p_, K_, M_, seed_, G_, display_progress_) {
    .Call(`_SNPknock_knockoffHMM_wrapper`, X_, pInit_, Q_, pEmit_, n_, p_, K_, M_, seed_, G_, display_progress_)
}

Try the SNPknock package in your browser

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

SNPknock documentation built on May 18, 2019, 1:03 a.m.