Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhrcook/hotnetviewer
- Owner: jhrcook
- License: gpl-3.0
- Created: 2019-02-22T17:55:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T14:09:39.000Z (about 5 years ago)
- Last Synced: 2024-10-12T16:53:17.286Z (3 months ago)
- Topics: graph, hotnet2, igraph, tidygraph
- Language: R
- Homepage: https://jhrcook.github.io/HotNetvieweR/
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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")
```
## ExampleThis is a basic example which shows you how to solve a common problem:
```{r example, eval=FALSE}
library(HotNetvieweR)
## basic example code
```