cluster_manually: Cluster the cells using a manual cutoff

Description Usage Arguments Value Examples

View source: R/cluster_manually.R

Description

Cluster the cells using a manual cutoff

Usage

1

Arguments

ts

A tissue slide object.

value

The name of the column to use for classification. (enquoted)

cutoff

A value to use as the cutoff point for the manual classification of the cells.

transform

A callable (function) the apply to the data before classification.

Value

The tissue slide object with a value in the "manual_classification" attribute.

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.