Description Usage Arguments Author(s) Examples
View source: R/PlotGlobEdgeCorProfile.R
plot global edge correlation profile for differential correlation scores of edges
1 | PlotGlobEdgeCorProfile(EdgeCorScore)
|
EdgeCorScore |
A numeric vector. Each element is the differential correlation score of an edge. |
Junwei Han <hanjunwei1981@163.com>, Xinrui Shi<xinrui103@163.com> and Chunquan Li <lcqbio@163.com>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.