R/RcppExports.R

Defines functions match_cpp get_ev_from_svd get_ev_from_evd

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

get_ev_from_evd <- function(mat) {
    .Call(`_snpsettest_get_ev_from_evd`, mat)
}

get_ev_from_svd <- function(mat) {
    .Call(`_snpsettest_get_ev_from_svd`, mat)
}

match_cpp <- function(x, table) {
    .Call(`_snpsettest_match_cpp`, x, table)
}

Try the snpsettest package in your browser

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

snpsettest documentation built on Sept. 10, 2023, 1:08 a.m.