$<-.sleuthR Documentation

Extend internal '$<-' for sleuth object

Description

Extend internal '$<-' for sleuth object

Usage

## S3 replacement method for class 'sleuth'
obj$name <- value

Details

: This extension is mainly to address two cases:

Otherwise it acts normally.

Examples

obj$transform_fun_counts <- function(x) log2(x+0.5)