
Plot Signature Under Different Transformations
Source:R/plot_signature_transformed.R
plot_signature_transformed.RdCompare transcriptomic signatures under various data transformations to assess the robustness of phylotranscriptomic patterns.
Details
This function applies different transformations to the same dataset and compares the resulting transcriptomic signatures. This is useful for assessing whether phylotranscriptomic patterns are robust to different data processing approaches or are artifacts of specific transformations.
The analysis works with both bulk and single-cell data, helping to determine whether phylotranscriptomic patterns are consistent across different normalization and transformation methods.
Examples
# 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)
#>
Computing: [========================================] 100% (done)