clone_root
clone_root.Rd
Identify Root Clone from Cluster Enrichment
Arguments
- clones
A character vector of clone identifiers.
- cell_meta
A data frame with clone and cluster information per cell.
- clone_col
Name of the column containing clone labels.
- cluster_col
Name of the column containing cluster labels.
- start_cluster
Name or value of the cluster to define the root state.
Examples
root_clone <- clone_root(clones = c("A", "B", "C"),
cell_meta = cell_metadata,
clone_col = "clone_id",
cluster_col = "cluster",
start_cluster = "Naive")
#> Error in clone_root(clones = c("A", "B", "C"), cell_meta = cell_metadata, clone_col = "clone_id", cluster_col = "cluster", start_cluster = "Naive"): could not find function "clone_root"