run_sctransform_integration_workflow: Completes the SCtransform Workflow

View source: R/workflow.R

run_sctransform_integration_workflowR Documentation

Completes the SCtransform Workflow

Description

This function completes the SCtansform workflow procedure for the log data transformation for merging datasets. This workflow handles integration, dimensionality reduction, and clustering.

Usage

run_sctransform_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.