View source: R/application_prediction.R
get_weighted_ligand_receptor_links | R Documentation |
get_weighted_ligand_receptor_links
Get the weighted ligand-receptor links between a possible ligand and its receptors
get_weighted_ligand_receptor_links(
best_upstream_ligands,
expressed_receptors,
lr_network,
weighted_networks_lr_sig
)
best_upstream_ligands |
Character vector containing ligands of interest. |
expressed_receptors |
Character vector of receptors expressed in the cell type of interest. |
lr_network |
A data frame with two columns, |
weighted_networks_lr_sig |
A data frame with three columns, |
## Not run:
ligand_receptor_links_df <- get_weighted_ligand_receptor_links(best_upstream_ligands, expressed_receptors, lr_network, weighted_networks$lr_sig)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.