Perform Seurat batch correction
1 2 3 4 5 6 7 | batch_correct(
data_list,
k_filter = NULL,
dims = 1:30,
refer = NULL,
num_anchor_genes = 2000
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.