ParameterScan: Run HDBSCAN over parameter ranges Must use Python HDBSCAN...

View source: R/clustering.R

ParameterScanR Documentation

Run HDBSCAN over parameter ranges Must use Python HDBSCAN because it has 2 important parameters (min_cluster_size and min_samples) but R HDBSCAN only has one (minPts)

Description

Run HDBSCAN over parameter ranges Must use Python HDBSCAN because it has 2 important parameters (min_cluster_size and min_samples) but R HDBSCAN only has one (minPts)

Usage

ParameterScan(stvea_object, min_cluster_size_range, min_sample_range, ...)

Arguments

stvea_object

STvEA.data class object containing CITE-seq latent space

min_cluster_size_range

vector of min_cluster_size arguments to scan over

min_sample_range

vector of min_sample arguments to scan over

...

extra parameters to be passed into UMAP


CamaraLab/STvEA documentation built on April 2, 2024, 6:07 a.m.