run_harmony_integration_workflow: Completes the Harmony Workflow

View source: R/workflow.R

run_harmony_integration_workflowR Documentation

Completes the Harmony Workflow

Description

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.

Usage

run_harmony_integration_workflow(
  dataList,
  method = "kmeans",
  numberClusters = 10,
  seed = 1
)

Arguments

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

Value

A list of datasets with the harmony workflow applied


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.