R/get.rid.fc.R

Defines functions get.rid.fc

get.rid.fc <- function(binIDs, referenceBinID) {
  ind.match <- .Call("test_fc", binIDs, referenceBinID)
  data.frame(
    fc = ind.match < 0,
    binaryID = substr(binIDs, 1, abs(ind.match)),
    stringsAsFactors = FALSE
  )
}

Try the SSN2 package in your browser

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

SSN2 documentation built on May 29, 2024, 4:41 a.m.