R/original.busca.R

original.busca <-
function (x, S) 
{
    which(S[, 1] == x[1] & S[, 2] == x[2])
}

Try the metaSeq package in your browser

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

metaSeq documentation built on Nov. 8, 2020, 7:26 p.m.