Learn R Programming

SpidermiR (version 1.1.8)

SpidermiRvisualize_degree_dist: 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

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

Run the code above in your browser using DataLab