get_manual_classification: Get the manual classification from a tissue slide

Description Usage Arguments Value Examples

View source: R/tissue_slide.R

Description

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.

Usage

1

Arguments

ts

A tissue slide that has been manually classified.

Value

A manual_classification object.

Examples

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)

Kevin-Haigis-Lab/PackageBluishgreen documentation built on March 7, 2021, 1:24 a.m.