makePubMedGraph {makePMG} | R Documentation |
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.
makePubMedGraph(nodeType, lib)
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 |
Currently, the only nodeTypes available are affyid, locusid, and genename. A key of "NotMapped" in reverse environments represents NA.
A graph object with links based on PubMed ids will be returned.
Elizabeth Whalen