50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

psSubpathway (version 0.1.0)

plotSpwACmap: Plot subpathway activity change map

Description

The subpathway activity change map includes subpathway active change box plot and subpathway active change heat map.

Usage

plotSpwACmap(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.

Value

a plot

Details

plotSpwACmap

Examples

Run this code
# NOT RUN {
# get the Subspwresult which is the result of SubSEA method.
Subspwresult<-get("Subspwresult")
# plot the subpathway 00120_9 in the SubSEA function result.
plotSpwACmap(Subspwresult,spwid="00120_9")
# get the DCspwresult which is the result of DCSA method.
DCspwresult<-get("DCspwresult")
# plot the subpathway 00982_2 in the DCSA function result.
plotSpwACmap(DCspwresult,spwid="00982_2")
# }

Run the code above in your browser using DataLab