Skip to contents

Plot scatter plot of observed vs predicted ATAC difference

Usage

plot_prediction_scatter(traj_model, type = NULL, point_size = 1, alpha = 0.5)

Arguments

traj_model

Trajectory model object. Please run regress_trajectory_motifs first.

type

"train" or "test". If NULL - "test" would be used if available, otherwise "train".

point_size

Size of the points.

alpha

Transparency of the points.

Value

ggplot2 object