R/cWrappers.R

Defines functions mdr.C calcDistances.C

# C Wrapper for the MDR call:
  mdr.C <- function(X, fold, status,t,cv,cvp,top,na,fix){
    .Call( "mdr", X, fold, status, t, cv, cvp,top,na,fix)
  } 

# C Wrapper for the distance calculations:
  calcDistances.C <- function(X){
    .Call("calcDistances",X)
  }

Try the GenomicTools package in your browser

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

GenomicTools documentation built on March 13, 2020, 3:08 a.m.