R/NumRecomEvents.R

NumRecomEvents <-
function (baseData, allele.matrix, genoData = NULL) 
  {
    if (is.null(genoData)) {
      genoData <- base2Geno(baseData, allele.matrix)
    }
    .C("core_NumRecomEvents",as.integer(genoData),
       as.integer(nrow(genoData)),as.integer(ncol(genoData)),R=integer(1))$R
  }

Try the MPR.genotyping package in your browser

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

MPR.genotyping documentation built on May 2, 2019, 3:26 a.m.