transform_fun_counts-set: Change sleuth transform counts function

transform_fun_counts<-R Documentation

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

Examples

transform_fun_counts(x) <- function(x) identity(x)

pachterlab/sleuth documentation built on Nov. 17, 2022, 4:51 p.m.