Tutorial: Graph visualization with igraph in R
I was considering sharing some notes on how to plot graphs/networks in R with the igraph package when I came across this excellent tutorial.
visualization
igraph
graph
r
network
• 4,487 views
•
link
updated
by
Ram
4.5K
• |
written
by
Jean-Karim Heriche
2.7K
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Visualizing the gene network obtained by WGCNA
written by seta 191Dear all, I'm learning WGCNA via following its tutorial and example (Network analysis of liver expression data in female mice). However, I came across some …
-
Need help with error fromTOMplot network heatmap: "Error in x[, iy] : subscript out of bounds"
written by dlsublime 0I am working with Hovarth's tutorial (https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/Tutorials/index.html) to explore connections between gene expression and formed modules using a network analysis approach (R package WGCNA) in …
-
network visualization (multiple data source integration)
written by lessismore 144Dear all, i am dealing with network visualization and i would like to know if you feel like recommending tools for network visualization integrating multiple …
-
Tools for network active module identification?
written by enricoferrero 92Hello, I'm looking for tools that allow identification of active modules in networks. A typical scenario is where you have a protein-protein interaction network and …
-
Tutorial: Heatmaps in R
written by Jean-Karim Heriche 2.7KAs heatmaps in R are a recurring theme, I thought I'd collect information here: **1. List of heatmap functions (and packages) in R:** - [heatmap][1] …
-
WGCNA network visualisation in RCyjs
written by chrisclarkson100 16I have used the Pearson correlation method to infer a network of interacting genes from microarray data. And ultimately, I would like to study this …
-
R - Merge 2 network with different color nodes
written by Bioinformatist Newbie 27Hi, I want to merge 2 networks but I want different color of their node. For example N1's vertices should be represented with color "Red" …
-
HISAT (Transcript Alignment) and StringTie (Transcript Assembly)
written by komal.rathi 411I just came across [this blog][1]. Looks very promising. Was just wondering has anyone tried [HISAT][2] and [StringTie][3] yet? How does HISAT perform compared to …
-
Multiple Color Values For A Single Node In Igraph
written by raunakms 108<p>I'm using a R package "igraph" for a network visualization. In the network diagram from igraph I've only seen that a particular node represented by …
-
Fan Phylogram Using R
written by Dave Bridges 138<p>I generally use Mr Bayes to make phylogenetic trees, then plot them with TreeView. I recently came across the <a href="http://cran.r-project.org/web/packages/ape/index.html">ape</a> package in R, and …
I can confirm that the tutorial is indeed excellent. I have playing around with it recently.
Thank you very much! It's a very useful tutorial.