Skip to content

Commit bb83f89

Browse files
committed
fix
1 parent 6212cc0 commit bb83f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/model_construction_with_liana.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ weighted_networks_liana <- apply_hub_corrections(weighted_networks = weighted_ne
184184
gr_hub = hyperparameter_list %>% filter(parameter == "gr_hub") %>% pull(avg_weight))
185185
186186
# Construct ligand-target matrix using only the potential ligands to save time
187-
ligand_target_matrix_liana <- construct_ligand_target_matrix(weighted_networks = weighted_networks_liana, lr_network_liana, ligands = as.list(potential_ligands), algorithm = "PPR",
187+
ligand_target_matrix_liana <- construct_ligand_target_matrix(weighted_networks = weighted_networks_liana, lr_network = lr_network_liana, ligands = as.list(potential_ligands), algorithm = "PPR",
188188
damping_factor = hyperparameter_list %>% filter(parameter == "damping_factor") %>% pull(avg_weight),
189189
ltf_cutoff = hyperparameter_list %>% filter(parameter == "ltf_cutoff") %>% pull(avg_weight))
190190

0 commit comments

Comments
 (0)