scIntegrate: scIntegrate

Description Usage Arguments Value Author(s)

View source: R/scIntegrate.R

Description

Integrate seurat objects into one

Usage

1
2
3
4
5
6
7
8
scIntegrate(
  object.list = NULL,
  object.names = NULL,
  nVariable = 2000,
  nPC = 30,
  res = 0.5,
  batch.rm = "harmony"
)

Arguments

object.list

A list of seurat objects

object.names

An array of seurat object names

nVariable

Number of features to select as top variable features

nPC

Number of PCs to use

res

Resolution parameter to set. Default res=0.5

batch.rm

Remove batch effect with 'seurat' or 'harmony'. Default batch.rm='harmony'

Value

Seurat object.

Author(s)

rstatistics


ncrna/Yeskit.old documentation built on Dec. 22, 2021, 12:06 a.m.