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")
           }
           )
drisso/RUVSeq documentation built on Nov. 25, 2022, 5:55 a.m.