Description Usage Arguments Details Value Author(s) See Also Examples
Get the reconstructed condition-specific LncRNA-regulated signal pathways embedded by lncRNAs of competitive regulation through linking to their regulated-mRNAs.
1 | getInteUMGraph(LncGenePairs)
|
LncGenePairs |
A data frame. It contains two columns, the first is lncRNA names and the second is mRNA names. |
The argument "LncGenePairs" represents competitively regulated lncRNA-mRNA interactions, which can be returned from the getLncGenePairs
.
A graph list.
Xinrui Shi, Chunquan Li and Xia Li
1 2 3 4 5 6 7 | ## Not run:
### Integrate lncRNAs of competitive regulation into KEGG pathway graphs ###
LncGenePairs<-GetExampleData(exampleData="LncGenePairs")
inteUMGraph<-getInteUMGraph(LncGenePairs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.