PlotSubpathway | R Documentation |
PlotSubpathway:plot a network graph when user input a list of gene
PlotSubpathway(
subpID,
pathway.name,
zz,
Pathway = "kegg",
layout = layout.fruchterman.reingold
)
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( |
Network graph
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.