high-level use of graph/Rgraphviz for rendering ontology relations
Source:R/graphNEL.R
onto_plot2.Rdhigh-level use of graph/Rgraphviz for rendering ontology relations
Examples
clcon = retrieve_semsql_conn("cl")
cl = semsql_to_oi(clcon)
#> Warning: Some parent terms not found: BFO:0000002, BFO:0000004, SO:0000704 (16 more)
cl3k = c("CL:0000492", "CL:0001054", "CL:0000236", "CL:0000625",
"CL:0000576", "CL:0000623", "CL:0000451", "CL:0000556")
onto_plot2(cl, cl3k)