View source: R/convenience_fxns.R
collate_network_items | R Documentation |
This function collates all of the features, receptors, or ligands found in a signaling network anywhere in a list of clusters. This can be useful for comparing signaling networks across two separate conditions. In order to run this build_domino must be run on the object previously.
collate_network_items(dom, clusters = NULL, return = NULL)
dom |
A domino object containing a signaling network (i.e. build_domino run) |
clusters |
A vector indicating clusters to collate network items from. If left as NULL then all clusters will be included. |
return |
A string indicating where to collate 'features', 'receptors', or 'ligands'. If 'all' then a list of all three will be returned. |
A vector containing all features, receptors, or ligands in the data set or a list containing all three.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.