Data visualisation, miRNA and mRNA network with pair data
I want to create miRNA and mRNA network with my pair data
library(igraph)
g<- graph.formula(miR156a-XM_004485745.3, miR156a-MSTRG.2058.1, miR156a-XM_004488374.3, miR156c-MSTRG.8898.1, miR156c-XM_027333188.1, miR156c-XM_027333189.1)
any one can tell me the code to plot the data with miRNA and mRNA different vertex color ?
• 1,617 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What package is
graph.formulafrom? What have you tried on your own?package from "igraph"
You should have mentioned that in your post. As @seidel says, read the manual.
Have you looked at the manual? It's all there.
May also help: Network plot from expression data in R using igraph