R/RcppExports.R

Defines functions xtail_test boundFC probMatrixCI probMatrix probDensity fitBeta2

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

fitBeta2 <- function(ySEXP, xSEXP, nfSEXP, alpha_hatSEXP, contrastSEXP, beta_matSEXP, lambdaSEXP, tolSEXP, maxitSEXP, useQRSEXP) {
    .Call('_xtail_fitBeta2', PACKAGE = 'xtail', ySEXP, xSEXP, nfSEXP, alpha_hatSEXP, contrastSEXP, beta_matSEXP, lambdaSEXP, tolSEXP, maxitSEXP, useQRSEXP)
}

probDensity <- function(k, alpha, intercept, sf, betas, cond) {
    .Call('_xtail_probDensity', PACKAGE = 'xtail', k, alpha, intercept, sf, betas, cond)
}

probMatrix <- function(x, y, side) {
    .Call('_xtail_probMatrix', PACKAGE = 'xtail', x, y, side)
}

probMatrixCI <- function(x, y, side, ci) {
    .Call('_xtail_probMatrixCI', PACKAGE = 'xtail', x, y, side, ci)
}

boundFC <- function(k1, alpha1, intercept1, sf1, FC1, cond1, k2, alpha2, intercept2, sf2, FC2, cond2, stepFC, toleration) {
    .Call('_xtail_boundFC', PACKAGE = 'xtail', k1, alpha1, intercept1, sf1, FC1, cond1, k2, alpha2, intercept2, sf2, FC2, cond2, stepFC, toleration)
}

xtail_test <- function(k1, k2, ints1, ints2, log2FC_1, log2FC_2, disper1, disper2, sf1, sf2, cond1, cond2, bin, ci) {
    .Call('_xtail_xtail_test', PACKAGE = 'xtail', k1, k2, ints1, ints2, log2FC_1, log2FC_2, disper1, disper2, sf1, sf2, cond1, cond2, bin, ci)
}
xryanglab/xtail documentation built on April 13, 2022, 2:34 p.m.