PlotGlobEdgeCorProfile: Plot global edge correlation profile

Description Usage Arguments Author(s) Examples

Description

plot global edge correlation profile for differential correlation scores of edges

Usage

1
  PlotGlobEdgeCorProfile(EdgeCorScore)

Arguments

EdgeCorScore

A numeric vector. Each element is the differential correlation score of an edge.

Author(s)

Junwei Han <hanjunwei1981@163.com>, Xinrui Shi<xinrui103@163.com> and Chunquan Li <lcqbio@163.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 

#get example data
dataset<-GetExampleData("dataset")
class.labels<-GetExampleData("class.labels")
controlcharactor<-GetExampleData("controlcharactor")

#get the data for background set of edges
edgesbackgrand<-GetEdgesBackgrandData()

#calculate the differential correlation score for edges
EdgeCorScore<-calEdgeCorScore(dataset, class.labels, controlcharactor, edgesbackgrand)

#plot global edge correlation profile
PlotGlobEdgeCorProfile(EdgeCorScore)


## End(Not run)

ESEA documentation built on May 2, 2019, 3:41 p.m.