Entering edit mode
3.4 years ago
chinu
•
0
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 ?
What package is
graph.formula
from? 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