R/AllGenerics.R

setGeneric(
           name = "RUVg",
           def = function(x, cIdx, k, drop=0, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
             standardGeneric("RUVg")
           }
           )

setGeneric(
           name = "RUVs",
           def = function(x, cIdx, k, scIdx, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
             standardGeneric("RUVs")
           }
           )

setGeneric(
           name = "RUVr",
           def = function(x, cIdx, k, residuals, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) {
             standardGeneric("RUVr")
           }
           )

Try the RUVSeq package in your browser

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

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