MS_removeDrugs {MetaboSignal} | R Documentation |
This function allows removing edges containing drug ("dr:") nodes.
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.
data(MetaboSignal_table) # Remove drug nodes if present drugsRemoved <- MS_removeDrugs(MetaboSignal_table)