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 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T14:09:39.000Z (over 6 years ago)
- Last Synced: 2025-03-03T01:15:52.479Z (over 1 year 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

[](https://www.gnu.org/licenses/gpl-3.0)
[](https://travis-ci.org/jhrcook/HotNetvieweR)
[](https://ci.appveyor.com/project/jhrcook/HotNetvieweR)
[](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
```