Learn R Programming

ESEA (version 1.0)

PlotGlobEdgeCorProfile: 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.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab