knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of calcyt is to automate and simplify creating pathways as networks in Cytoscape, modify visual properties of the networks, load experimental data to the networks, and visualize data on nodes or edges of the network.
You can install the development version of calcyt from GitHub with:
# install.packages("devtools") devtools::install_github("delfarah-alireza/calcyt")
library(calcyt) ## basic example code import_kegg('ko00010')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.