R/RcppExports.R

Defines functions cpp_omitMatrix cpp_harmonic_mean cpp_geom_mean cpp_std_error cpp_pMatrix cpp_bootMatrix cpp_TAI

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

cpp_TAI <- function(ExpressionSet, Phylostratum) {
    .Call(`_myTAI_cpp_TAI`, ExpressionSet, Phylostratum)
}

cpp_bootMatrix <- function(ExpressionMatrix, AgeVector, permutations) {
    .Call(`_myTAI_cpp_bootMatrix`, ExpressionMatrix, AgeVector, permutations)
}

cpp_pMatrix <- function(ExpressionSet, AgeVector) {
    .Call(`_myTAI_cpp_pMatrix`, ExpressionSet, AgeVector)
}

cpp_std_error <- function(x) {
    .Call(`_myTAI_cpp_std_error`, x)
}

cpp_geom_mean <- function(x) {
    .Call(`_myTAI_cpp_geom_mean`, x)
}

cpp_harmonic_mean <- function(x) {
    .Call(`_myTAI_cpp_harmonic_mean`, x)
}

cpp_omitMatrix <- function(ExpressionSet, AgeVector) {
    .Call(`_myTAI_cpp_omitMatrix`, ExpressionSet, AgeVector)
}

Try the myTAI package in your browser

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

myTAI documentation built on Feb. 24, 2021, 9:06 a.m.