batch_correct: Perform Seurat batch correction

Description Usage Arguments

Description

Perform Seurat batch correction

Usage

1
2
3
4
5
6
7
batch_correct(
  data_list,
  k_filter = NULL,
  dims = 1:30,
  refer = NULL,
  num_anchor_genes = 2000
)

Arguments

data_list

a list of Seurat objects

k_filter

the neighbourhood for SNN graph. The default is 200 (as Seurat). If the size of the smallest dataset is smaller than 200, the k_filter will be selected to be that size regardless of what the supplied value would be

refer

which dataset is the reference. If NULL, the reference will be determined automatically

num_anchor_genes

pass to Seurat::FindIntegrationAnchors anchor.features argument, i.e. the number of genes that form the integration anchor


Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.