simplify_intercell_network | R Documentation |
The intercellular communication network data frames, created by
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.
intercell_network
filter_intercell_network
unique_intercell_network
intercell
intercell_categories
intercell_generic_categories
intercell_summary
icn <- intercell_network()
icn_s <- simplify_intercell_network(icn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.