```R run_singleR_db <- function(so_in, species, singler_function = run_singleR) { ... if (species == "hg38" || species == "hg19") { so_in$HPCA_main <- singler_function( so_in, fetch_celldex_ref("hpca"), "label.main" ) ```