-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
25 lines (17 loc) · 912 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "Cytoscape Network Charts"
output:
rmarkdown::github_document:
html_preview: no
html_document:
keep_md: no
---
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
A HTMLWidget wrapper for the [Cytoscape.js](http://js.cytoscape.org/) graph / network visualisation and analysis library. There are already a number of existing `R` packages for Cytoscape such as the [Bioconductor package](https://bioconductor.org/packages/release/bioc/html/RCy3.html) and the official [Cytoscape Widget](https://github.com/cytoscape/r-cytoscape.js). The purpose of this package is to make the process of producing a basic chart as simple as possible.
## Installation
```r
devtools::install_github('mrjoh3/cytoscape')
```
## Documentation
For more detailed documentation and methods see
http://mrjoh3.github.io/cytoscape/.