find_lr_path | R Documentation |
Find lrpairs
and pathways
with receptors having downstream targets and transcriptional factors.
find_lr_path(
object,
lrpairs,
pathways,
max_hop = NULL,
if_doParallel = T,
use_n_cores = NULL
)
object |
SpaTalk object generated from |
lrpairs |
A data.frame of the system data containing ligand-receptor pairs of |
pathways |
A data.frame of the system data containing gene-gene interactions and pathways from KEGG and Reactome as well as the information of transcriptional factors. |
max_hop |
Max hop from the receptor to the downstream target transcriptional factor to find for receiving cells. Default is |
if_doParallel |
Use doParallel. Default is TRUE. |
use_n_cores |
Number of CPU cores to use. Default is all cores - 2. |
SpaTalk object containing the filtered lrpairs and pathways.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.