Learn R Programming

sleuth (version 0.30.0)

transform_fun_counts<-: Change sleuth transform counts function

Description

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.

Usage

transform_fun_counts(obj, fxn) <- value

Arguments

Examples

Run this code
# NOT RUN {
transform_fun_counts(x) <- function(x) identity(x)
# }

Run the code above in your browser using DataLab