R/RcppExports.R

Defines functions build_allelemat_C convert_pos_C sample_int_C sample_12_C sort_dbl_C recombine

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

recombine <- function(strand1, strand2, cross) {
    .Call(`_ibdsim2_recombine`, strand1, strand2, cross)
}

sort_dbl_C <- function(x) {
    .Call(`_ibdsim2_sort_dbl_C`, x)
}

sample_12_C <- function() {
    .Call(`_ibdsim2_sample_12_C`)
}

sample_int_C <- function(n, size) {
    .Call(`_ibdsim2_sample_int_C`, n, size)
}

convert_pos_C <- function(pos, mapFrom, mapTo, extValue) {
    .Call(`_ibdsim2_convert_pos_C`, pos, mapFrom, mapTo, extValue)
}

build_allelemat_C <- function(pos, haplolist) {
    .Call(`_ibdsim2_build_allelemat_C`, pos, haplolist)
}

Try the ibdsim2 package in your browser

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

ibdsim2 documentation built on Aug. 17, 2023, 5:17 p.m.