plot a relation between real log FC and predicted log FC in a scatter plot

plot_GRaNPA_scatter(
  GRaNPA.object,
  outputFolder,
  plot_name,
  width = 5,
  height = 5
)

Arguments

GRaNPA.object

GRaNPA object, An output from GRaNPA main function.

outputFolder

Absolute file path. No default.

plot_name

Exact name of the plot

width

width of the plot which be used by ggsave

height

height of the plot which be used by ggsave

Value

The final scatter plot

Examples

plot_GRaNPA_scatter(GRaNPA.object, "your/path/" , "density_plot" , width = 8, height = 6)
#> Error in plot_GRaNPA_scatter(GRaNPA.object, "your/path/", "density_plot",     width = 8, height = 6): object 'GRaNPA.object' not found