makePubMedGraph {makePMG}R Documentation

Make a Graph object based on PubMed links

Description

makePubMedGraph creates a graph object with links based on PubMed ids. Currently, the possible node types for the new graph are genename, affyid, and locusid.

Usage

makePubMedGraph(nodeType, lib)

Arguments

nodeType a character string that tells what the node types are
lib the library that contains the environments that will be used to create the graph object

Details

Currently, the only nodeTypes available are affyid, locusid, and genename. A key of "NotMapped" in reverse environments represents NA.

Value

A graph object with links based on PubMed ids will be returned.

Author(s)

Elizabeth Whalen

See Also

makeGraph, graph

Examples



[Package Contents]