PCR.heatmap-methods: description of function PCR.heatmap

PCR.heatmapR Documentation

description of function PCR.heatmap

Description

This function plots the heatmaps

Usage

PCR.heatmap(
  dataObj,
  ofile,
  reorder = F,
  title = "Heatmap",
  nmax = 4000,
  hc.row = NA,
  ColSideColors = NA,
  RowSideColors = F,
  width = 6,
  height = 6,
  margins = c(1, 11),
  lwid = c(1, 6),
  lhei = c(1, 5),
  hclustfun = function(c) {
     hclust(c, method = "ward.D")
 },
  distfun = function(x) as.dist(1 - cor(t(x), method = "pearson")),
  Rowv = T,
  ...
)

Arguments

dataObj

TEXT MISSING

ofile

TEXT MISSING

reorder

if yes the data matrix will be reordered to the clusters object (default=F)

title

TEXT MISSING default='Heatmap'

nmax

TEXT MISSING default=4000

hc.row

TEXT MISSING default=NA

ColSideColors

TEXT MISSING default=NA

RowSideColors

TEXT MISSING default=F

PCR.heatmap

TEXT MISSING


stela2502/Rscexv documentation built on July 6, 2022, 9:02 p.m.