qcHeatmapGG: Generates a QC heatmap using data generated by module

Description Usage Arguments Examples

View source: R/QCModules.R

Description

Generates a QC heatmap using data generated by module

Usage

1
2
3
qcHeatmapGG(data, text = TRUE, xVar = "idVar", yVar = "variable",
  fillVar = "zscore", numVar = "med", lowColor = "blue",
  highColor = "gold")

Arguments

text

Boolean. Should heatmap have

xVar

- variable in data (should be factor) used for x-axis

yVar

- variable in data (should be factor) used for y-axis

fillVar

- variable in data used for fill for TCells

numVar

-

highColor

Examples

1
system.file("extdata", "")

laderast/flowDashboard documentation built on May 20, 2019, 7:33 p.m.