createClassificationTree: Create Classification Tree

createClassificationTreeR Documentation

Create Classification Tree

Description

creates graph object for cell type hierarchy

Usage

createClassificationTree(marker.list)

Arguments

marker.list

list of markers per cell type. Can be obtained with 'parseMarkerFile'

Value

igraph graph with the type hierarhcy

Examples

  markers <- parseMarkerFile(marker_path)
  clf_tree <- createClassificationTree(markers)


khodosevichlab/CellAnnotatoR documentation built on June 29, 2022, 9:12 p.m.