heatmap.F.4: heatmap2.F.R

Description Usage

View source: R/heatmap2F_function.r

Description

This function runs differential gene analysis (linear modeling on normalized counts)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
heatmap.F.4(
  dataM,
  colors = c("darkblue", "mediumblue", "dodgerblue", "white", "orange", "red",
    "darkred"),
  colorsaturation = 0.25,
  distmethod = "pearson",
  clustermethod = "ward.D2",
  clusterdim = "row",
  cutoffmethod = "depth",
  cutoff = 3,
  labRow = FALSE,
  margins = c(20, 2),
  symbreaks = T,
  scale = c("none"),
  keytitle = "log2 Fold Change",
  main = NULL
)

galelab/GaleGEAnalysis documentation built on May 18, 2020, 7:32 a.m.