plotGeneComparison: Gene expression plotting

View source: R/plotGeneComparison.R

plotGeneComparisonR Documentation

Gene expression plotting

Description

Plot gene expressions for visualization and comparison

Usage

plotGeneComparison(
  expDat,
  fontsize_row = 6,
  grps = NULL,
  cRows = FALSE,
  cCols = FALSE,
  toScale = FALSE,
  ...
)

Arguments

expDat

comparison expression matrix from makeGeneCompareTab

fontsize_row

row font size

grps

the groups for the heatmap

cRows

TRUE if cluster the rows

cCols

TRUE if cluster the columns

...

pass parameters to pheamap

Value

a heatmap of gene expressions for the comparsion expression matrix


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.