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 SSN package in your browser

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

SSN documentation built on March 7, 2023, 5:30 p.m.