getDistanceAll: Fonction that calculates every shortest distances between...

Description Usage Arguments Details Examples

View source: R/Graph.R

Description

The igrpah created to simulate the KEGG pathways as metabolties as nodes and genes (related gene enzymes and reaction) as egdes.

Usage

1
getDistanceAll(pathwayId, associatedGeneMetaDF, completeMetaboliteDF)

Arguments

data(gene,

metabolites )

Details

The shortest distance is taking from calculation from both vertices related to a gene to the metabolites of interest.

for param data: gene = KEGGid of gene hsa:... metabolites : KEGGid of metabolites C.... for param pathwayId : KEGG id of pathways without ':' ex: hsa01100

Examples

1
getDistanceAll(pathwayId, data)

sandraTL/PADIGM documentation built on May 29, 2019, 1:45 p.m.