multinichenetr icon indicating copy to clipboard operation
multinichenetr copied to clipboard

combine_sender_receiver_de Duplicate Function Causes Error

Open DarioS opened this issue 1 year ago • 0 comments

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.

DarioS avatar Jun 17 '24 07:06 DarioS