nichenet_signaling_network_evex | R Documentation |
Builds signaling network prior knowledge for NicheNet from the EVEX database.
nichenet_signaling_network_evex(top_confidence = 0.75, indirect = FALSE, ...)
top_confidence |
Double, between 0 and 1. Threshold based on the quantile of the confidence score. |
indirect |
Logical: whether to include indirect interactions. |
... |
Ignored. |
A network data frame (tibble) with signaling interactions suitable for use with NicheNet.
evex_download
nichenet_signaling_network
ev_signaling_network <- nichenet_signaling_network_evex(
top_confidence = .9
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.