Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhrcook/hotnetviewer

Read HotNet2 Results and Convert to Graph Object
https://github.com/jhrcook/hotnetviewer

graph hotnet2 igraph tidygraph

Last synced: about 2 months ago
JSON representation

Read HotNet2 Results and Convert to Graph Object

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# HotNetvieweR

![CRAN_Release_Badge](http://www.r-pkg.org/badges/version/HotNetvieweR)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Travis build status](https://travis-ci.org/jhrcook/HotNetvieweR.svg?branch=master)](https://travis-ci.org/jhrcook/HotNetvieweR)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jhrcook/HotNetvieweR?branch=master&svg=true)](https://ci.appveyor.com/project/jhrcook/HotNetvieweR)
[![Codecov test coverage](https://codecov.io/gh/jhrcook/HotNetvieweR/branch/master/graph/badge.svg)](https://codecov.io/gh/jhrcook/HotNetvieweR?branch=master)

The goal of HotNetvieweR is to ...

## Installation

You can install the released version of HotNetvieweR from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("HotNetvieweR")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jhrcook/HotNetvieweR")
```
## Example

This is a basic example which shows you how to solve a common problem:

```{r example, eval=FALSE}
library(HotNetvieweR)
## basic example code
```