View source: R/marginal_activity.R
plot_marginal_activation | R Documentation |
Plots the activation significance of the marginal effects of signatures. The value of the heatmap represents -log10 transformed adjusted p value from the activation test when the effect of the column signature is removed from the row signature. Values in the diagonal of the heatmap are the activation significance of signatures themselves.
plot_marginal_activation(marginal_limma_result, signature_order = NULL, sig_cutoff = 0.05)
marginal_limma_result |
a data.frame that stores the limma result table returned by the build_limma() function when used on marginal activity. It's rownames is in the format of "signature1-signature2". |
signature_order |
a vector of signature names, the order of signatures in this vector will be used to order signatures in the plot. If NULL, signatures will be ordered alphabatically. (default: NULL) |
sig_cutoff |
a numeric value used as the significance cutoff. Significance values below the cutoff will be crossed out in the plot. (default: 0.05) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.