transform_fun_tpm<-R Documentation

Change sleuth transform TPM function

Description

Replace the transformation function of a sleuth object for TPM values

Usage

transform_fun_tpm(obj, fxn) <- value

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

transform_fun_tpm(x) <- function(x) identity(x)