knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This packages clusters gene ontology terms. Currently supported gene ontology databases are
Please install devtools
if you haven't yet.
install.packages("devtools")
Then, you basically install the ontoClust
package by using:
library(devtools) install_github("altintasali/ontoClust", build_vignettes = TRUE)
For a quick start, I recommend checking the example code provided in the vignette:
library(ontoClust) vignette(topic = "quickstart", package = "ontoClust")
This package is still under development.
News:
TO-DOs:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.