Description Usage Arguments Value Examples
View source: R/Find_support_functions.R
This function allows removing edges containing drug ("dr:") nodes.
1 | MS_removeDrugs(network_table)
|
network_table |
three-column matrix where each row represents and edge between two nodes. See function "MS_keggNetwork( )". |
A three-column matrix corresponding to the input network-table without the drug nodes.
1 2 3 4 5 | data(MetaboSignal_table)
# Remove drug nodes if present
drugsRemoved <- MS_removeDrugs(MetaboSignal_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.