transform_fun_counts<- | R Documentation |
Replace the transformation function of a sleuth object for estimated counts NOTE: if you change the transformation function after having done a fit, the fit(s) will have to be redone using the new transformation.
transform_fun_counts(obj, fxn) <- value
transform_fun_counts(x) <- function(x) identity(x)