getInteUMGraph: Get the reconstructed condition-specific lncRNA-regulated...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Get the reconstructed condition-specific LncRNA-regulated signal pathways embedded by lncRNAs of competitive regulation through linking to their regulated-mRNAs.

Usage

1
getInteUMGraph(LncGenePairs)

Arguments

LncGenePairs

A data frame. It contains two columns, the first is lncRNA names and the second is mRNA names.

Details

The argument "LncGenePairs" represents competitively regulated lncRNA-mRNA interactions, which can be returned from the getLncGenePairs.

Value

A graph list.

Author(s)

Xinrui Shi, Chunquan Li and Xia Li

See Also

getLncGenePairs

Examples

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)

SubpathwayLNCE documentation built on May 1, 2019, 10:25 p.m.