probDis.plot.RdPlot a scatter plot of the probability distribution against the primary assay feature
probDis.plot(ppi_prediction_result, set = "test", assay = "mean_cBRET")result object from the ppi.prediction() function.
PPI set to generate the plot for: "test" or "train"
specify which training feature to plot against the probability
a ggplot2 object
data("example_ppi_prediction")
probDis.plot(example_ppi_prediction)
#> Warning: Removed 91 rows containing missing values (geom_point).