| run_harmony | R Documentation |
This function runs the data integration protocol found at https://github.com/satijalab/seurat-wrappers/blob/master/docs/harmony.md This function completes the harmonization process on the data sets. Use run_harmony_integration_workflow() for the entire workflow process
run_harmony(dataList, batchName = "SID")
dataList |
A list of data sets to integrate using the harmony protocol |
batchName |
The annotation name to group data sets by, defaults to "ID" |
A list of the integrated data from the harmony protocol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.