GraphLab: GraphLab

Description Usage Arguments Value Author(s) Examples

Description

Statuses for the gTag can be one of complete, ongoing, undoc (umented), unknown

Usage

1
GraphLab(path = "")

Arguments

path

: path to the R/ folder with scripts

Value

GraphLab returns a list of with following elements: Functions (list of functions called by this function), interaction (interaction matrix), and status (string with value corresponding to the gTag inside function corpus)

Author(s)

Paul Deveau <paul.deveau at curie.fr>

Pierre Gestraud

Examples

1
2
3
4
path<-system.file("extdata", package = "DevGRaph")
G<-GraphLab(path)
print(G$interaction)
print(G$status)

DeveauP/RDevGraphlab documentation built on May 6, 2019, 2:12 p.m.