plot.hmSim: Generate heatmap plot of patient similarity matrix.

View source: R/plot.hmSim.r

plot.hmSimR Documentation

Generate heatmap plot of patient similarity matrix.

Description

This function plots a heatmap of a patient similarity matrix.

Usage

plot.hmSim(patientSim, path=getwd(), diagnoses=NULL)

Arguments

patientSim

- The patient similarity matrix.

path

- The filepath to a directory in which you want to store the .png file.

diagnoses

- A character vector of diagnostic labels associated with the rownames of patientSim.

Examples

plot.hmSim(patientSim, path=getwd(), diagnoses)

BRL-BCM/CTDext documentation built on May 7, 2022, 5:31 a.m.