get_local_network | R Documentation |
The function 'get_local_network' is used to search local network of each gene by breadth-first algorithm.
get_local_network(network, freq_matrix, max.size = 500)
network |
The PPI network. |
freq_matrix |
The mutations matrix,generated by 'get_mut_status'. |
max.size |
The size of maximum connected local network,default is 500. |
local nerwork.
#load the data
data(mut_status)
data(subnet)
#perform the function `get_local_network`.
localnetwork.example<-get_local_network(network=subnet,freq_matrix=mut_status,max.size=500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.