View source: R/Probability_parameter.R
| extract_dataset_features | R Documentation |
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
)
seurat_obj |
Seurat object |
features |
Features to analyze |
assay |
Assay name |
cluster_col |
Cluster column name |
List of dataset characteristics including expression statistics, variability measures, and cluster properties
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression(),
calculate_expression_skewness(),
calculate_probability(),
estimate_batch_effect(),
generate_training_data(),
postprocess_parameters(),
predict_optimal_parameters(),
train_parameter_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.