update_cluster_results: Updating clustering results with filled subtype column

update_cluster_resultsR Documentation

Updating clustering results with filled subtype column

Description

This function takes in the filled cell subtype column of a clustering summary and updates the associated all-cell clustering results. This function is intended for the UMAP plotting function. Returns a data frame.

Usage

update_cluster_results(cluster.results = NULL, completed.summary = NULL)

Arguments

cluster.results

(Required) Cell type results in data frame format. Expects results from cluster_subsets

completed.summary

(Required) Cluster summary in data frame format. Expects results from cluster_summary with a completed Cell.Subtype column

Examples

updated.cluster.results <- update_cluster_results(cluster.results, completed.summary)

desmchoy/BinaryClust documentation built on Sept. 14, 2024, 12:03 a.m.