| run_harmony_integration_workflow | R Documentation |
This function completes the harmony workflow procedure for the log data transformation for merging datasets. This workflow handles data transformation, variable gene selection, scaling, dimensionality reduction, integration, and clustering.
run_harmony_integration_workflow(
dataList,
method = "kmeans",
numberClusters = 10,
seed = 1
)
dataList |
A list of data sets to merge |
method |
The clustering method to use |
numberClusters |
The number of clusters to use in the kmeans clustering |
seed |
The seed of randomization for reproducibility, defaults to 1 |
A list of datasets with the harmony workflow applied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.