"\"package 'igraph' was built under R version 3.6.3\"\n",
"Attaching package: 'igraph'\n",
"\n",
"The following objects are masked from 'package:stats':\n",
"\n",
" decompose, spectrum\n",
"\n",
"The following object is masked from 'package:base':\n",
"\n",
" union\n",
"\n",
"Warning message:\n",
"\"package 'openxlsx' was built under R version 3.6.3\""
]
}
],
"source": [
"library(igraph)\n",
"library(scales)\n",
"library(openxlsx)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "449d0f84-38f5-4b22-adff-fad36d012f10",
"metadata": {},
"outputs": [
{
"ename": "ERROR",
"evalue": "Error in match.arg(arg = arg, choices = choices, several.ok = several.ok): 'arg' should be one of \"edgelist\", \"pajek\", \"ncol\", \"lgl\", \"graphml\", \"dimacs\", \"graphdb\", \"gml\", \"dl\"\n",
"output_type": "error",
"traceback": [
"Error in match.arg(arg = arg, choices = choices, several.ok = several.ok): 'arg' should be one of \"edgelist\", \"pajek\", \"ncol\", \"lgl\", \"graphml\", \"dimacs\", \"graphdb\", \"gml\", \"dl\"\nTraceback:\n",
"1. read_graph(\"C:/Users/mumec/Desktop/Mini_codes/CompoundNet_KEGG2SBML\", \n . format = \"txt\")",
Error in match.arg(arg = arg, choices = choices, several.ok = several.ok): 'arg' should be one of "edgelist", "pajek", "ncol", "lgl", "graphml", "dimacs", "graphdb", "gml", "dl"