This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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 ?

mirna r network mrna

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.

0 answers

No answers yet.

Log in to answer this question.