Replace the transformation function of a sleuth object
transform_fun(obj, fxn) <- value
NOTE: if you change the transformation function after having done a fit, the fit(s) will have to be redone using the new transformation.
# NOT RUN {
transform_fun(x) <- function(x) log2(x+0.5)
# }
Run the code above in your browser using DataLab