MS_removeDrugs: Remove edges containing drug nodes

Description Usage Arguments Value Examples

View source: R/Find_support_functions.R

Description

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

Usage

1
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

1
2
3
4
5
data(MetaboSignal_table)

# Remove drug nodes if present

drugsRemoved <- MS_removeDrugs(MetaboSignal_table)

MetaboSignal documentation built on Nov. 8, 2020, 6 p.m.