View source: R/Probability_parameter.R
| compute_adaptive_parameters | R Documentation |
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)
dataset_features |
List of dataset characteristics from extract_dataset_features() |
n_celltypes |
Expected number of cell types in marker database |
List containing min_expression, specificity_weight, threshold, and rationale
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
estimate_batch_effect(),
extract_dataset_features()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.