Computes various statistical features from single-cell data that are used as input for the parameter prediction model.
extract_dataset_features(
seurat_obj,
features,
assay = NULL,
cluster_col = NULL
)List of dataset characteristics including expression statistics, variability measures, and cluster properties
Seurat object
Features to analyze
Assay name
Cluster column name
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
compute_adaptive_parameters(),
estimate_batch_effect()