Generates stacked 3D surface plots showing normalized intensity level of specified markers.
marker_surface_plot_stack(
spe_object,
num_splits,
markers_to_plot,
sep = 1,
x_position_min = NULL,
x_position_max = NULL,
y_position_min = NULL,
y_position_max = NULL
)
SpatialExperiment object in the form of the output of
format_image_to_spe
.
Integer specifying the number of splits on the image, higher splits equal to higher resolution. Recommendation: 10-100.
Vector of marker names for plotting.
Integer specifying the distance separation between each surface plot. We recommend values in the 1-2 range.
Integer specifying the minimum x boundary to be splitted.
Integer specifying the maximum x boundary to be splitted.
Integer specifying the minimum y boundary to be splitted.
Integer specifying the maximum y boundary to be splitted.
A plot is returned
marker_surface_plot_stack(SPIAT::simulated_image, num_splits=15,
markers=c("Tumour_marker", "Immune_marker4"))