# Dotplot of LR Score Against Continuous Group Variable
data(lr_scores_eg)
data(metadata_eg)
res <- dotplot_lr_continuous_group(
lr_scores = lr_scores_eg,
metadata = metadata_eg,
ligand = "HLA-A",
receptor = "LILRB2",
sender = "Lymphoid",
receiver = "Myeloid",
group_by = "IFNscore"
)
print(res$plot)
head(res$df)
Run the code above in your browser using DataLab