R/RcppExports.R

Defines functions EScore UScore localScore

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

EScore <- function(f) {
    .Call('_selectSNPs_EScore', PACKAGE = 'selectSNPs', f)
}

UScore <- function(x) {
    .Call('_selectSNPs_UScore', PACKAGE = 'selectSNPs', x)
}

localScore <- function(f, x, w1 = 0.5, w2 = 0.5, t1 = 1, t2 = 1) {
    .Call('_selectSNPs_localScore', PACKAGE = 'selectSNPs', f, x, w1, w2, t1, t2)
}

Try the selectSNPs package in your browser

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

selectSNPs documentation built on Feb. 28, 2020, 5:08 p.m.