pcxn_heatmap {pcxn}R Documentation

Draw a heatmap of a pcxn object

Description

Draw a heatmap of a pcxn object where color represents correlation coefficients.

Usage

pcxn_heatmap(object, cluster_method = "complete")

Arguments

object

pcxn object created by pcxn_explore or pcxn_analyze functions

cluster_method

clustering method drawn from: "ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid"

Value

a pheatmap object

Author(s)

Sokratis Kariotis

See Also

pcxn_network

Examples

# Draw a heatmap of a pcxn object with a specific clustering method
object <- pcxn_explore("pathprint","Alzheimer's disease (KEGG)", 10, 0.05, 0.05)

pcxn_heatmap(object, "complete")

[Package pcxn version 2.2.0 Index]