unique_intercell_network | R Documentation |
In the intercellular network data frames produced by
intercell_network
, by default each pair of annotations for
an interaction is represented in a separate row. This function drops the
annotations and keeps only the distinct interacting pairs.
unique_intercell_network(network, ...)
network |
An intercellular network data frame as produced by
|
... |
Additional columns to keep. Note: if these have multiple values for an interacting pair, only the first row will be preserved. |
A data frame with interacting pairs and interaction attributes.
intercell_network
simplify_intercell_network
filter_intercell_network
intercell
intercell_categories
intercell_generic_categories
intercell_summary
icn <- intercell_network()
icn_unique <- unique_intercell_network(icn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.