Helper function to translate gene numbers to names
This function exchanges the numbers used for genes in KEGG download KGML files
with the corresponding gene names. Names are set to be the column names and
rownames of the pathway's network matrix. The function
is called by get_network_matrix
. (For internal use)
This function exchanges the numbers used for genes in KEGG download KGML files
with the corresponding gene names. Names are set to be the column names and
rownames of the pathway's network matrix. The function
is called by get_network_matrix
. (For internal use)
## S4 method for signature 'matrix' set_names(x, nodes, my_list) ## S4 method for signature 'matrix' set_names(x, nodes, my_list)
x |
A |
nodes |
A |
my_list |
A |
x |
A |
nodes |
A |
my_list |
A |
A matrix
representing the interaction network in the pathway
with gene names as rownames and columnnames.
A matrix
representing the interaction network in the pathway
with gene names as rownames and columnnames.
Stefanie Friedrichs
Stefanie Friedrichs
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.