plotSpwPSheatmap: Plot subpathway phenotypic significant heat map

View source: R/plotSpwPSheatmap.R

plotSpwPSheatmapR Documentation

Plot subpathway phenotypic significant heat map

Description

Visualize subpathway activity significant heat map between phenotypes

Usage

plotSpwPSheatmap(inputdata, spwid = "")

Arguments

inputdata

A list of result data generated by function 'SubSEA' or 'DCSA'.

spwid

The subpathway id which the user wants to plot.

Details

plotSpwPSheatmap

A heat map of the significance P-value of the activity of the subpathway between the phenotypes. The rows and columns of the heat map are sample phenotype labels. The values shown in the heat map are the T-test P values between the activity of the subpathway corresponding to the two phenotypes. The lower the number in the cells in the heat map, the greater the difference in the activity of the subpathways between the two phenotypes.

Value

a plot

Author(s)

Xudong Han, Junwei Han, Qingfei Kong

Examples

# get the Subspwresult which is the result of SubSEA method.
Subspwresult<-get("Subspwresult")
# plot significant heat map between the activity of the subpathway in each subtype of breast cancer.
plotSpwPSheatmap(Subspwresult,spwid="00120_9")
# get the DCspwresult which is the result of DCSA method.
DCspwresult<-get("DCspwresult")
# plot significant heat map between the activity of the subpathway in each stage of breast cancer.
plotSpwPSheatmap(DCspwresult,spwid="00982_2")

psSubpathway documentation built on Aug. 9, 2023, 5:09 p.m.