# Single-cell data with custom transformations
phyex_set <- example_phyex_set
custom_transforms <- list(raw = identity, log = log1p)
p <- plot_signature_transformed(phyex_set, transformations = custom_transforms)
Run the code above in your browser using DataLab