PlotSubpathway: PlotSubpathway

Description Usage Arguments Value Examples

View source: R/PlotSubpath.r

Description

PlotSubpathway:plot a network graph when user input a list of gene

Usage

1
2
3
4
5
6
7
PlotSubpathway(
  subpID,
  pathway.name,
  zz,
  Pathway = "kegg",
  layout = layout.fruchterman.reingold
)

Arguments

subpID

gene list of a interested subpathway

pathway.name

name of the interested subpathway

zz

z-score of each gene

Pathway

the name of the pathway database

layout

The layout specification(layout_). It must be a call to a layout specification function.

Value

Network graph

Examples

1
2
3
4
5
6
require(graphite)

subpID<-unlist(strsplit("ACSS1/ALDH3B2/ADH1B/ADH1A/ALDH2/DLAT/ACSS2","/"))
pathway.name="Glycolysis / Gluconeogenesis"
zzz<- GetExampleData("zzz")
PlotSubpathway(subpID=subpID,pathway.name=pathway.name,zz=zzz)

ICDS documentation built on July 15, 2021, 5:06 p.m.