
Plot Signature Under Different Transformations
Source:R/plot_signature_transformed.R
plot_signature_transformed.Rd
Compare 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
# Compare signatures under all default transformations for bulk data
# p <- plot_signature_transformed(bulk_phyex_set)
# Single-cell data with custom transformations
# custom_transforms <- list(raw = identity, log = log1p)
# p2 <- plot_signature_transformed(sc_phyex_set, transformations = custom_transforms)