pheatmap.scc | R Documentation |
customize pheatmap
pheatmap.scc( scc, maxRange = TRUE, ReAdjPvalLowerTri = FALSE, trans = FALSE, color = NULL, Psignificance = FALSE, ... )
scc |
output of scc_self, scc_between, pcc_self, pcc_between |
maxRange |
Whether to keep the maximum and minimum values the same, default TRUE |
ReAdjPvalLowerTri |
if re-adjust pvalue (lower tri) |
trans |
Whether to transpose the matrix |
color |
fill colors (eg. colorRampPalette(colors = c("navy", "white", "firebrick3"))[50]) |
Psignificance |
If display sigificance for uncorrected P values |
... |
other parameters passed to pheatmap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.