printGraphW: Print the results of graph annotation and identification

Description Usage Arguments Value Author(s) See Also Examples

Description

Print the results of graph annotation and identification.

Usage

1
     printGraphW(ann,detail=FALSE)

Arguments

ann

A list. The value was returned from the function identifyLncGraphW.

detail

A logical. If true, gene lists from the function identifyLncGraphW are converted into strings, which are used to display and write results with genes.

Value

A data.frame. Columns include pathwayId, pathwayName, annMoleculeRatio, annBgRatio,annWeight, pvalue, 'fdr', annMoleculeList, annBgMoleculeList. Detailed information is provided in identifyLncGraphW.

Author(s)

Xinrui Shi, Chunquan Li and Xia Li

See Also

identifyLncGraphW

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
### Integrate lncRNAs of competitive regulation into KEGG pathway graphs ###
  LncGenePairs<-GetExampleData(exampleData="LncGenePairs")
  inteUMGraph<-getInteUMGraph(LncGenePairs)
### get user-interested lncRNAs and genes sets.
  geneLnc<-GetExampleData(exampleData="geneLnc")
# get locate subpathways.
  sub<-getLocSubGraphLnc(geneLnc,inteUMGraph,type="gene_lncRNA",n=1,s=8)
  SubcodeLncResult<-identifyLncGraphW(geneLnc,sub,type="gene_lncRNA",bet=1)
  resultT<-printGraphW(SubcodeLncResult,detail=TRUE)



## End(Not run)

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