pheatmap.scc: customize pheatmap

pheatmap.sccR Documentation

customize pheatmap

Description

customize pheatmap

Usage

pheatmap.scc(
  scc,
  maxRange = TRUE,
  ReAdjPvalLowerTri = FALSE,
  trans = FALSE,
  color = NULL,
  Psignificance = FALSE,
  ...
)

Arguments

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


zhunshi/metastat documentation built on Feb. 25, 2023, 10:07 p.m.