Last data update: 2014.03.03

R: Plot global edge correlation profile
PlotGlobEdgeCorProfileR Documentation

Plot global edge correlation profile

Description

plot global edge correlation profile for differential correlation scores of edges

Usage

  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

## 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)

Results