MS_removeDrugs {MetaboSignal}R Documentation

Remove edges containing drug nodes

Description

This function allows removing edges containing drug ("dr:") nodes.

Usage

MS_removeDrugs(network_table)

Arguments

network_table

three-column matrix where each row represents and edge between two nodes. See function "MS_keggNetwork( )".

Value

A three-column matrix corresponding to the input network-table without the drug nodes.

Examples

data(MetaboSignal_table)

# Remove drug nodes if present

drugsRemoved <- MS_removeDrugs(MetaboSignal_table)

[Package MetaboSignal version 1.24.0 Index]