SpidermiRvisualize_degree_dist {SpidermiR}R Documentation

plots the degree distribution of the network

Description

It shows a plot of the degree distribution of the network

Usage

SpidermiRvisualize_degree_dist(data)

Arguments

data

The input data is a network

Value

plot

Examples

cd<-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE)
SpidermiRvisualize_degree_dist(data=cd)

[Package SpidermiR version 1.19.3 Index]