plot_pheatmap: Plot pheatmap object

Description Usage Arguments Value Examples

View source: R/plot_pheatmap.R

Description

Function for plotting a heatmap from an object created by assignment of output from the pheatmap function in the popular R package pheatmap

Usage

1
plot_pheatmap(pheatmap_object)

Arguments

pheatmap_object

object containing output from the pheatmap function. Created by assigning output of pheatmap function to an object (i.e. pheatmap_object <- pheatmap(matrix))

Value

A heatmap created by pheatmap

Examples

1
2
pheatmap_object <- pheatmap(matrix)
plot_pheatmap(pheatmap_object)

jacobheng/cellwrangler documentation built on Aug. 12, 2019, 6:49 a.m.