Description Usage Arguments Value Examples
Extract the manual classification from a tissue slide. This property should
not be set manually (ironically). Instead using the cluster_manually()
function. See the example below for a demonstration.
1 |
ts |
A tissue slide that has been manually classified. |
A manual_classification
object.
1 2 3 4 5 6 7 | pancreas_slide <- tissue_slide(pancreas)
pancreas_slide <- cluster_manually(pancreas_slide,
fitc,
cutoff = 4,
transform = log10
)
get_manual_classification(pancreas_slide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.