Learn R Programming

SpidermiR (version 1.1.8)

SpidermiRvisualize_adj_matrix: plots the adjacency matrix of the network

Description

It shows a plot OF the adjacency matrix of the network

Usage

SpidermiRvisualize_adj_matrix(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_adj_matrix(data=cd)

Run the code above in your browser using DataLab