
Generate the ligand to target influence matrices
rs_generate_ligand_target_influence.RdUsage
rs_generate_ligand_target_influence(
ligand_seeds,
ppi_network,
grn_network,
n_nodes,
params
)Arguments
- ligand_seeds
List of integer vectors. The 0-indexed seed node(s) per ligand or ligand combination.
- ppi_network
Named list. Contains the PPI network with the ligand to receptor to signalling to TFs. Must contain
fromandto(0-indexed node indices) andweight.- grn_network
Named list. Contains the gene regulatory network with the TF to target gene network. Must contain
fromandto(0-indexed node indices) andweight.- n_nodes
Integer. Number of total nodes.
- params
Named list. The ligand-target diffusion parameters.