Function to Generate OmniPath versions
generate_omni(remove_complexes = TRUE, simplify = TRUE, ...)whether to remove complexes
whether to simplify according to the mandatory columns needed by different methods in `liana`
Arguments passed on to OmnipathR::filter_intercell_network
networkAn intercell network data frame, as provided by
import_intercell_network, without simplify.
transmitter_topologyCharacter vector: topologies allowed for the entities in transmitter role. Abbreviations allowed: "sec", "pmtm" and "pmp".
receiver_topologySame as transmitter_topology for the
entities in the receiver role.
min_curation_effortNumeric: a minimum value of curation effort (resource-reference pairs) for network interactions. Use zero to disable filtering.
min_resourcesNumeric: minimum number of resources for interactions. The value 1 means no filtering.
min_referencesNumeric: minimum number of references for interactions. Use zero to disable filtering.
min_provenancesNumeric: minimum number of provenances (either resources or references) for interactions. Use zero or one to disable filtering.
consensus_percentileNumeric: percentile threshold for the consensus
score of generic categories in intercell annotations. The consensus
score is the number of resources supporting the classification of an
entity into a category based on combined information of many resources.
Here you can apply a cut-off, keeping only the annotations supported
by a higher number of resources than a certain percentile of each
category. If NULL no filtering will be performed. The value is
either in the 0-1 range, or will be divided by 100 if greater than 1.
The percentiles will be calculated against the generic composite
categories and then will be applied to their resource specific
annotations and specific child categories.
loc_consensus_percentileNumeric: similar to
consensus_percentile for major localizations. For example, with
a value of 50, the secreted, plasma membrane transmembrane or
peripheral attributes will be TRUE only where at least 50
percent of the resources support these.
ligand_receptorLogical. If TRUE, only ligand and
receptor annotations will be used instead of the more generic
transmitter and receiver categories.
unique_pairsLogical: instead of having separate rows for each
pair of annotations, drop the annotations and reduce the data frame to
unique interacting pairs. See unique_intercell_network
for details.
omnipathLogical: shortcut to include the omnipath dataset in the interactions query.
ligrecextraLogical: shortcut to include the ligrecextra dataset in the interactions query.
kinaseextraLogical: shortcut to include the kinaseextra dataset in the interactions query.
pathwayextraLogical: shortcut to include the pathwayextra dataset in the interactions query.
An OmniPath resource