Learn R Programming

sleuth (version 0.30.0)

transform_fun_tpm<-: Change sleuth transform TPM function

Description

Replace the transformation function of a sleuth object for TPM values

Usage

transform_fun_tpm(obj, fxn) <- value

Arguments

Details

NOTE: if you change the transformation function after having done a fit, the fit(s) will have to be redone using the new transformation.

Examples

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

Run the code above in your browser using DataLab