recovery.plot.RdPlot a bar diagram of the recovery rates at 50%, 75% and 95% probability
recovery.plot(
ppi_prediction_result,
set = "train",
y = "count",
groupby = "reference"
)result object from the ppi.prediction() function.
PPI set to generate the plot for: "test" or "train"
specify to plot number ('count') or fraction ('frac') of positive interactions
for the training set group by reference or complex
a ggplot2 object
data("example_ppi_prediction")
recovery.plot(example_ppi_prediction)