Skip to contents

Produces boxplots of marker levels for cells phenotyped as being positive for the marker, and those that where phenotyped as being negative.

Usage

marker_intensity_boxplot(sce_object, marker)

Arguments

sce_object

SingleCellExperiment object in the form of the output of format_image_to_sce.

marker

String. Marker being queried.

Value

A plot is returned

Examples

marker_intensity_boxplot(SPIAT::simulated_image, "Immune_marker1")