Description Usage Arguments Details Value Author(s) See Also Examples
Get the reconstructed KEGG signal pathway graphs embedded by lncRNAs of competitive regulation.
1 | getInteGraphList(graphList,relations)
|
graphList |
A graphList. There nodes must be represented by genes. |
relations |
A data frame. It contains two columns, the first is lncRNA names and the second is its target names. |
The argument "relations" represents user-interested lncRNA-target interactions, which can be returned from the GetExampleData
.
A graph list.
Xinrui Shi, Chunquan Li and Xia Li
plotGraphL
, getLocSubGraphLnc
, GetExampleData
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.