R/AllGenerics-QA.R

setGeneric(".filter",
           function(object, useFilter, ...) standardGeneric(".filter"),
           signature="object")

setGeneric(".clone", function(object, ...) standardGeneric(".clone"))

setGeneric("QACollate", function(src, ...)
           standardGeneric("QACollate"))

setGeneric("qa2", function(object, state, ..., verbose=FALSE)
           standardGeneric("qa2"),
           signature="object")

setGeneric("flag", function(object, ..., verbose=FALSE)
           standardGeneric("flag"),
           signature="object")

Try the ShortRead package in your browser

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

ShortRead documentation built on Nov. 8, 2020, 8:02 p.m.