plotNeighborhood: Plot the neighborhood of a gene group
Description
This method plots the neighborhood extracted using
getNeighborhood in a visually pleasing way. It is mainly a
wrapper around plot.igraph to ensure the proper
information is visualised.
testPG <- .loadPgExample(geneLoc=TRUE, withNeighborhoodSplit=TRUE)
# Nice little overview of the neighborhood of gene group 30plotNeighborhood(testPG, 30)