Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


pancor (version 0.1.0)

ggpancor: pancor result plot

Description

pancor result plot

Usage

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

Examples

Run this code
# NOT RUN {
data(pancancer_small)
df <- pancor(pancancer_small, "METTL3", "SETD2")
p <- ggpancor(df)
print(p)

# }

Run the code above in your browser using DataLab