annotateGiotto: annotateGiotto

Description Usage Arguments Details Value Examples

Description

Converts cluster results into provided annotation.

Usage

1
2
3
4
5
6
annotateGiotto(
  gobject,
  annotation_vector = NULL,
  cluster_column = NULL,
  name = "cell_types"
)

Arguments

gobject

giotto object

annotation_vector

named annotation vector (names = cluster ids)

cluster_column

cluster column to convert to annotation names

name

new name for annotation column

Details

You need to specifify which (cluster) column you want to annotate and you need to provide an annotation vector like this:

Value

giotto object

Examples

1
    annotateGiotto(gobject)

bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.