Calculates optimal min_expression, specificity_weight, and threshold parameters using continuous adaptive algorithms based on dataset characteristics.
compute_adaptive_parameters(dataset_features, n_celltypes = 50)List containing min_expression, specificity_weight, threshold, and rationale
List of dataset characteristics from extract_dataset_features()
Expected number of cell types in marker database
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
estimate_batch_effect(),
extract_dataset_features()