Integrate Seurat Objects from Mouse to Human

cross_species_integrate(
  mouse_seu_list,
  human_seu_list,
  excluded_cells = NULL,
  ...
)

Arguments

mouse_seu_list

Mouse Seurat object

human_seu_list

Human Seurat object

Examples


cross_species_integrate(list(baron2016singlecell = baron2016singlecell), list(panc8 = panc8))
#> Warning: Key 'rna_' taken, using 'mouse_' instead
#> Error in purrr::map(mouse_seu_list, convert_mouse_seu_to_human):  In index: 1.
#>  With name: baron2016singlecell.
#> Caused by error in `if (!(dim(current_slot) == c(0, 0))) ...`:
#> ! the condition has length > 1