SpidermiRvisualize_degree_dist {SpidermiR} | R Documentation |
It shows a plot of the degree distribution of the network
SpidermiRvisualize_degree_dist(data)
data |
The input data is a network |
plot
cd<-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE) SpidermiRvisualize_degree_dist(data=cd)