pathway_class {cytoscape.kegg} R Documentation

assign pathway map id to the nodes in the given network graph

Description

Usage

pathway_class(graph, maps,
    top3 = TRUE,
    excludesGlobalAndOverviewMaps = TRUE);

Arguments

graph

the node vertex in this network graph object its label value could be one of: glycan, compound, kegg ortholog or reaction id. [as NetworkGraph]

maps

[as Map]

top3

[as boolean]

Details

Authors

cytoscape_toolkit

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package cytoscape.kegg version 1.0.0.0 Index]