combine_sender_receiver_de Duplicate Function Causes Error
Opened this issue · 0 comments
DarioS commented
Depending on the order the analyst executes library(nichenetr)
and library(multinichenetr)
,
> combine_sender_receiver_de(celltype_de, celltype_de, senders_oi, receivers_oi, lr_network)
Error in combine_sender_receiver_de(celltype_de, celltype_de, senders_oi, :
unused argument (lr_network)
multinichenetr::combine_sender_receiver_de
avoids the problem. But, it would not happen if function was in only one package.