pcxn_heatmap: Draw a heatmap of a pcxn object

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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

1
2
3
4
# 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")

hidelab/pcxn documentation built on May 21, 2019, 3:03 a.m.