View source: R/marker_prediction_plot.R
marker_prediction_plot | R Documentation |
Takes in the returned dataframe from marker_threshold_plot and generates a .pdf file containing scatter plots of actual intensity and predicted intensity for every marker.
marker_prediction_plot(predicted_data, marker)
predicted_data |
Output from |
marker |
String. Marker to plot |
A plot is returned
predicted_result <- predict_phenotypes(spe_object = simulated_image, thresholds = NULL,
tumour_marker = "Tumour_marker",baseline_markers = c("Immune_marker1", "Immune_marker2",
"Immune_marker3", "Immune_marker4"), reference_phenotypes = TRUE)
marker_prediction_plot(predicted_result, marker = "Tumour_marker")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.