ggpancor: pancor result plot

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.R

Description

pancor result plot

Usage

1
2
ggpancor(data, dot.szie = 6, dot.fill = "purple",
  dot.color = "black")

Arguments

data

data return from pancor

dot.szie

= 6,

dot.fill

dot fill color, purple

dot.color

outside color, black

Value

a ggplot object

Author(s)

Shipeng Guo, Zhougeng Xu

Examples

1
2
3
4
data(pancancer_small)
df <- pancor(pancancer_small, "METTL3", "SETD2")
p <- ggpancor(df)
print(p)

pancor documentation built on Oct. 30, 2019, 10:04 a.m.