DIGREvis: Visualization of compound pairs synergistic score

Description Usage Arguments Details Value Author(s) Examples

Description

This function plot heatmap and barplot of compound pairs synergistic score.

Usage

1
DIGREvis(pred.pair, type)

Arguments

pred.pair

data frame of score rank table generated by DIGREscore function.

type

specify "heat" or "bar" to plot whether heatmap or barplot

Details

Please directly apply this funtion to the result got from DIGREscore funtion.

Value

ggplot object of the heatmap or barplot of compound pairs synergistic score.

Author(s)

Jichen Yang, Sangin Lee, Minzhe Zhang(zenroute.mzhang@gmail.com)

Examples

1
2
3
4
vis.heat <- DIGREvis(pred.pair = res.KEGG$scoreRank, type = "heat")
vis.bar <- DIGREvis(pred.pair = res.KEGG$scoreRank, type = "bar")
plot(vis.heat)
plot(vis.bar)

Minzhe/DIGREsyn documentation built on May 7, 2019, 4:58 p.m.