Description Usage Arguments See Also Examples
This is a generic function for selecting network edges connecting specified nodes. This "inner" network, where all edges connect only a set of nodes, can be contrasted to an "outer" network which contains all edges departing a set of nodes.
1 2 3 4 5  | 
src | 
 An interaction network source (e.g. the result of   | 
... | 
 other arguments passed to methods. For   | 
genes | 
 Gene identifiers (i.e. nodes).  | 
org | 
 NCBI organism IDs used to filter BioGRID interactions. Defaults to 
  | 
outer_net
1 2 3 4 5 6  | ## Not run: 
genes <- c('CTF4', 'TOF1')
src_biogridr() %>% inner_net(genes)
src_biogridr() %>% outer_net(genes)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.