R/RcppExports.R

Defines functions .edgeListKnn .calcThreshold .calcDistance

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

.calcDistance <- function(p, idx, x, y) {
    .Call('miRNAss_calcDistance', PACKAGE = 'miRNAss', p, idx, x, y)
}

.calcThreshold <- function(ye, yt, objective) {
    .Call('miRNAss_calcThreshold', PACKAGE = 'miRNAss', ye, yt, objective)
}

.edgeListKnn <- function(x, y, nn, threadNumber) {
    .Call('miRNAss_edgeListKnn', PACKAGE = 'miRNAss', x, y, nn, threadNumber)
}

Try the miRNAss package in your browser

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

miRNAss documentation built on Oct. 23, 2020, 7:11 p.m.