Dear all,
I received an excel sheet containing genes, pathways and p-value from the gene ontology analysis.
I want to plot the data at R for cnet plot so I imported the data from csv file and changing it into matrix by simple formula:
as.matrix ()
But the problem is it's giving the following error when I give the command for cnet plot:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘cnetplot’ for signature ‘"matrix"’
Is there any way to find a solution for this problem?
Thanks for your help.