Description Usage Arguments Details Author(s) See Also Examples
Visualize annotated pathway graphs.
1 2 |
pathwayId |
A character vector of pathway identifier, e.g., c("path:00010","path:00020"). |
graphList |
A graph list. |
ann |
A list, e.g., the return value of the function |
gotoKEGG |
A logical. If TRUE, go to KEGG web site. The identified nodes are colored red. |
orgSpecific |
A logical. |
match |
A logical. |
displayInR |
A logical. If TRUE, display pathway graphs on the device. |
vertex.frame.color |
A character defining the frame color of the nodes which represent the annotated nodes in the pathway. |
... |
The arguments passed to or from methods. See |
The function can visualize the annotated pathway (or subpathways) graphs. The red nodes in the result graph represent the nodes which include the submitted molecules.
Xinrui Shi, Chunquan Li, Xia Li
plotGraphL
,identifyLncGraphW
,printGraphW
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
### Integrate lncRNAs of competitive regulation into KEGG pathway graphs ###
LncGenePairs<-GetExampleData(exampleData="LncGenePairs")
g2<-GetExampleData(exampleData="g2")
interUMGraph<-getInteGraphList(g2,LncGenePairs)
interUMGraph<-getInteUMGraph(LncGenePairs)
### get user-interested lncRNAs and genes sets.
geneLnc<-GetExampleData(exampleData="geneLnc")
# get locate subpathways.
sub<-getLocSubGraphLnc(geneLnc,interUMGraph,type="gene_lncRNA",n=1,s=8)
SubcodeLncResult<-identifyLncGraphW(geneLnc,sub,type="gene_lncRNA",bet=1)
resultT<-printGraphW(SubcodeLncResult,detail=TRUE)
plotAnnGraph("path:04020_1",sub,SubcodeLncResult,gotoKEGG=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.