Function to calculate the network matrix for a pathway object
get_network_matrix
creates the adjacency matrix representing the gene-gene interaction structure within a particular pathway
. Note that a
KEGG kgml file is downloaded and saved in the working directory.
## S4 method for signature 'pathway' get_network_matrix(object, directed = TRUE, method = "auto")
object |
A |
directed |
A |
method |
Download method to be used for downloading files, passed to via |
get_network_matrix
returns the modified pathway
object, where the slots adj
and sign
are altered according to the downloaded information in the KEGG kgml file.
Stefanie Friedrichs, Patricia Burger, Juliane Manitz
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.