Description Usage Arguments Value See Also Examples
Imports an intercellular network by mapping intercellular annotations
and protein interactions. First imports a network of protein-protein
interactions. Then, it retrieves annotations about the proteins
intercellular communication roles, once for the transmitter (delivering
information from the expressing cell) and second, the receiver (receiving
signal and relaying it towards the expressing cell) side. These 3 queries
can be customized by providing parameters in lists which will be passed to
the respective methods (import_omnipath_interactions
for
the network and import_omnipath_intercell
for the
annotations). Finally the 3 data frames combined in a way that the source
proteins in each interaction annotated by the transmitter, and the target
proteins by the receiver categories. If undirected interactions present
(these are disabled by default) they will be duplicated, i.e. both
partners can be both receiver and transmitter.
If a cache file provided, its content will be returned without any further
filtering.
1 2 3 4 5 6 | import_intercell_network(
cache_file = NULL,
interactions_param = list(),
transmitter_param = list(),
receiver_param = list()
)
|
cache_file |
path to an earlier data file; if exists, will be loaded as it is, the further arguments have no effect; if does not exists, the result will be dumped into this file. |
interactions_param |
a list with arguments for an interactions query:
|
transmitter_param |
a list with arguments for
|
receiver_param |
a list with arguments for
|
A dataframe containing information about protein-protein interactions and the inter-cellular roles of the protiens involved in those interactions.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.