Description Usage Arguments Value Examples
This function generates network graph from receptor to TF by using shortest path with neighboring network nodes.
1 | getSubnetwork(network, receptors, TFs)
|
network |
a dataframe of two columns "from" and "to" with strings representing gene IDs |
receptors |
receptors in the network node |
TFs |
transcription factors in the network node |
list of two components: network subgraph from receptor i.e. start node to TF i.e. end node
1 2 | # g <- graph_from_data_frame(network, directed = F, vertices = NULL)
#{ ... }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.