Builds gene regulatory network for NicheNet using OmniPath
Source:R/nichenet.R
      nichenet_gr_network_omnipath.RdRetrieves network prior knowledge from OmniPath and provides it in
a format suitable for NicheNet.
This method never downloads the `ligrecextra` dataset because the
ligand-receptor interactions are supposed to come from 
nichenet_lr_network_omnipath.
Arguments
- min_curation_effort
- Lower threshold for curation effort 
- ...
- Passed to - import_transcriptional_interactions
Value
A network data frame (tibble) with gene regulatory interactions suitable for use with NicheNet.
Examples
# use interactions up to confidence level "C" from DoRothEA:
op_gr_network <- nichenet_gr_network_omnipath(
    dorothea_levels = c('A', 'B', 'C')
)