View source: R/Viz_manipul_main.R
| onto_process | R Documentation | 
This is a shortcut function to make characters and ontology suitable for visualization using ontoFAST interactive tools.
onto_process(ontology, name_characters, do.annot = TRUE, ...)
| ontology | Ontology | 
| name_characters | a vector of character names | 
| do.annot | specifiees if you need to run automatic annotations or not | 
| ... | other arguments for annot_all_chars() function | 
Ontology index object named
data(Sharkey_2011)
data(HAO)
hao_obo<-onto_process(HAO, Sharkey_2011[,1], do.annot = FALSE)
ontofast <- new.env(parent = emptyenv())
ontofast$shiny_in <- make_shiny_in(hao_obo)
runOntoFast(is_a = c("is_a"), part_of = c("BFO:0000050"), shiny_in="shiny_in" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.