R/filter.ampliconduo.set.R

Defines functions filter.ampliconduo.set

Documented in filter.ampliconduo.set

filter.ampliconduo.set <-
  function(x, min.freq = 1, OR = NULL, q = NULL, p = NULL, remove = FALSE){
    data.f <- lapply(X = x, FUN = filter.ampliconduo, min.freq, OR, q, p , remove = remove)
    return(data.f)
  }

Try the AmpliconDuo package in your browser

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

AmpliconDuo documentation built on July 1, 2020, 10:21 p.m.