powered by
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)
local nerwork.
The PPI network.
The mutations matrix,generated by `get_mut_status`.
The size of maximum connected local network,default is 500.
#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)
Run the code above in your browser using DataLab