loadGraph: Load an annotatedIGraph object

Description Usage Arguments Value See Also Examples

Description

Load an annotatedIGraph object and verify that it is consistent with the supplied priorDbParams object.

Usage

1
loadGraph(file.name, param.obj)

Arguments

file.name

A character vector of length 1 indicating the file containing the annotatedIGraph object created by the saveGraph method

param.obj

A priorDbParams object

Value

An annotatedIGraph object

See Also

priorDbParams, igraph, get.protein.protein.graph

Examples

1
2
3
4
5
6
7
set.seed(123)

if (require(RSQLite) && require(HitWalkerData))
{
	data(params)
	graph.obj <- loadGraph(graph.file.path(), examp.prior.param)
}

dbottomly/HitWalker documentation built on May 15, 2019, 1:22 a.m.