simplify_intercell_network {OmnipathR} | R Documentation |
The intercellular communication network data frames, created by
import_intercell_network
, are combinations of a network data
frame with two copies of the intercell annotation data frames, all of them
already having quite some columns. Here we keep only the names of the
interacting pair, their intercellular communication roles, and the minimal
information of the origin of both the interaction and the annotations.
Optionally further columns can be selected.
simplify_intercell_network(network, ...)
network |
An intercell network data frame, as provided by
|
... |
Optional, further columns to select. |
An intercell network data frame with some columns removed.
icn <- import_intercell_network() icn_s <- simplify_intercell_network(icn)