calculate_cluster_properties: Summarize the Ability of Simulating Clusters

View source: R/calculate_cluster_properties.R

calculate_cluster_propertiesR Documentation

Summarize the Ability of Simulating Clusters

Description

Summarize the Ability of Simulating Clusters

Usage

calculate_cluster_properties(
  data,
  dist = NULL,
  cluster_info,
  threads = 1,
  verbose = TRUE
)

Arguments

data

A matrix or dataframe of gene expression

dist

Optionally, if NULL, the distance matrix is computed

cluster_info

The vector of characters which each cell belongs to

threads

How many cores used for parallel computation

verbose

Whether the messages of execution process are returned

Value

A list of metric results


duohongrui/simutils documentation built on March 12, 2024, 8:40 p.m.