You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an error with the generate_homologs() function, stemming from recode_character2(). Any idea how to fix it? I tried changing parameters in generate_homologs, like setting the max_homologs to 1, adding a symbols_dict.... but always got the same error.
Otherwise, how can I run liana_wrap with a mouse dataset?
[2024-08-15 23:15:34] [SUCCESS] [OmnipathR] NCBI HomoloGene (rescued.omnipathdb.org): loaded 275237 records from cache
One-to-many homolog matches:
Error in `mutate()`:
ℹ In argument: `across(all_of(columns), ~recode.character2(.x, .missing_fun = .missing_fun))`.
Caused by error in `across()`:
! Can't compute column `source_genesymbol`.
Caused by error in `recode.character2()`:
! No replacements provided.
Run `rlang::last_trace()` to see where the error occurred.
Hello,
I'm having an error with the generate_homologs() function, stemming from recode_character2(). Any idea how to fix it? I tried changing parameters in generate_homologs, like setting the max_homologs to 1, adding a symbols_dict.... but always got the same error.
Otherwise, how can I run liana_wrap with a mouse dataset?
Many thanks in advance!
> rlang::last_trace()
The text was updated successfully, but these errors were encountered: