Description Usage Arguments Value Examples
This function collapses two markers into one, and reruns the counting of cells. Mostly a convenience function for the Shiny interface so we start with a completely split set successively adding more markers
1 2 3 4 | collapse_markers(image_set, marker1, marker2, combined)
## S4 method for signature 'ImageSet'
collapse_markers(image_set, marker1, marker2, combined)
|
image_set |
IrisSpatialFeatures ImageSet object. |
marker1 |
Name of the first marker that should be collapsed. |
marker2 |
Name of the second marker that should be collapsed. |
combined |
Name of the combined marker. |
IrisSpatialFeatures ImageSet object.
1 2 | dataset <- IrisSpatialFeatures_data
ds <- collapse_markers(dataset,marker1="SOX10+ PDL1+",marker2="SOX10+ PDL1-", combined="SOX10+")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.